Color separation in OpenCV?
Posted
by user225626
on Stack Overflow
See other posts from Stack Overflow
or by user225626
Published on 2010-04-12T17:22:04Z
Indexed on
2010/04/12
20:53 UTC
Read the original article
Hit count: 310
opencv
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.
© Stack Overflow or respective owner