Can somebody tell me how to specify the -bgcolor and -bgthresh values? -bgcolor is supposed to specify the background color, but according to the docs I found, it's a single number, no RGB or similar.
OpenCV Doc - Cascade Classifier Training says the following:
Background color (currently grayscale images are assumed);
Is it a greyscale intensity? Is 0 black or white?
Thanks a lot!
Similar question here, but it explains parameter meaning and not parameter format: Transparent background for training OpenCV