average value with threshold
Posted: 2012-09-23T00:17:22-07:00
Hi
I wanted to carry out image processing on an image where I want to get an average value of the RGB channel .
I understand that the identify -verbose command can give me the mean values for the RGB channel.
However, in the calculation of the average value of each chanel, I want to ignore any pixel value which are below a certain value and ignore pixel values which are saturated.
Is there a way to do this?
Thank you.
I wanted to carry out image processing on an image where I want to get an average value of the RGB channel .
I understand that the identify -verbose command can give me the mean values for the RGB channel.
However, in the calculation of the average value of each chanel, I want to ignore any pixel value which are below a certain value and ignore pixel values which are saturated.
Is there a way to do this?
Thank you.