Project contains openCV built in samples.
To run some specific sample go to main.cpp:
- Include desired sample header
- Define its name as sampleName
Example for Watershed sample:
1. #include "cppSamples\watershed.h"
2. #define sampleName watershed
Most samples require input parameters. To set them up:
- Open OpenCvPlaygound project properties (right click -> Properties in the end of context menu)
- Go to Configuration Properties -> Debugging -> set Command Arguments property
- Apply/OK