I was if there any function in OpenCV, that call tell me the X and Y position of the max or the mean value of my Ycbcr frame . I’ve already done the conversion from RGB and I can find the max and the min but that with for loop that take me just too much memory
thanks in advance
The
minMaxLocfunction should help you to do that.Update: For example:
The output: