Ask Your Question

Revision history [back]

You can use the CMake in OpenCV to compile all samples or do it manually like: g++ createsamples.cpp pkg-config opencv --cflags --libs -o createsamples on Linux or any similar way on your OS.