Change the intensity of an image by comparing intensity of another image - OpenTK
问题 I have two images. I have to found the points of first image which have intensity greater than 0.8. At the same time I have to found the intensity of second image on same points and need to adjust the light on second image on same points with a threshold/slider value(ranges from 0 to 1). I have done like below. Getting black or dark area on points have intensity greater than 0.8. I'm trying with z value of HSV. But instead of this black area I should be able to adjust the light on image2. How