Skip to main content
Participating Frequently
July 19, 2013
Question

Getting Color intensity / Pixel value from Image operator

  • July 19, 2013
  • 1 reply
  • 909 views

Hi,

Any one knows the way to get Color intensity/ pixel values from image operator?

Example: I need to find minimum and maximum intensity values in image object created by image operator?

Thanks in advance,

S.Sudhagar

This topic has been closed for replies.

1 reply

Legend
July 22, 2013

You'd have to analyse the image parameters, the read the image data, splitting into samples based on bits per component; then read the source. You'd have to define "intensity" for each colour space.