image-enhancement

remove stripes / vertical streaks in remote sensing images

remove stripes / vertical streaks in remote sensing images Question: I have a remote sensing photo that has bright non continuous vertical streaks or stripes as in the pic below, my question is there a way to remove them using python and opencv or any other ip library? , Asked By: gin || Source Answers: …

Total answers: 6

Color problem with Log transform to brighten dark area. Why and how to fix?

Color problem with Log transform to brighten dark area. Why and how to fix? Question: So I try to enhance this image by applying log transform on it original image The area where there are bright white color turns into color blue on the enhanced image. enhanced image path = ‘…JPG’ image = cv2.imread(path) c …

Total answers: 1