I'm using OpenCV and PIL in Python. I have 96 circles detected with their center coordinates and radios. I need the average RGB from each circles.
Each circle has 6000 pixels, so I thinks iterate one to one it is not efficient.
How can I extract the average RGB from each circle? I am ready to use any other library if it suits my use-case.
Finally I get it, this is the solution:
You can use openCV library
All of these steps is supported by openCV.