Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

extract a vector of pixels from a frame

Hello,

I'am actually working in a project on android in which I want to extract some specific pixel values (according to a condition) and having these values in a vector. I will use this vector of the chosen pixels to do some operation ( the mean value for exemple ) , Is there a method in OpenCV that can help me doing this ?

Thank you :)