Color separation in OpenCV?
- by user225626
Is there a function or a series of function steps that roughly equate to...
get every pixel from myInput which doesn't meet an arbitrary Green quantity threshhold
set each of those pixels to black on myOutput
Thanks for any assistance.