Hi
I have two images with difference in brightness. Now i want to set the brightness of first image to the second image.
How to get the "contrast"/average gray level of an entire image.
I am doing this in C++ by using Matick++. How can i get the gray level of an image in C++.
I am able to change the brightness of an entire image with contrast method of IM. Is there any method like this to get contrast value for an entire image.
If i try to get gamma i am getting 0.0. Why i am getting gamma value as ZERO.
Can you please tell me what is the main difference of "gamma" & "contrast"
ThanksInAdvance