remove gradient of a image without a comparison image

后端 未结 2 814
半阙折子戏
半阙折子戏 2021-02-02 17:32

currently i am having much difficulty thinking of a good method of removing the gradient from a image i received.

The image is a picture taken by a microscope camera th

2条回答
  •  自闭症患者
    2021-02-02 18:09

    I have done some work in this area previously and found that a large Gaussian blur kernel can produce a reasonable approximation to the background illumination. I will try to get something working on your example image but, in the meantime, here is an example of your image after Gaussian blur with radius 50 pixels, which may help you decide if it's worth progressing.

    Blurred

    UPDATE

    Just playing with this image, you can actually get a reasonable improvement using adaptive histogram equalisation (I used CLAHE) - see comparison below - any use?

    CLAHE

    I will update this answer with more details as I progress.

提交回复
热议问题