What are some methods to measure luminance of image using opencv c++

312 Views Asked by At

I need to measure luminance of image with opencv c++ in different ways.

One way is converting image to YUV ,then calculating luminance. Is there any other way you suggest?

Thanks in advance.

0

There are 0 best solutions below