I am doing object detection in images using OpenCV library in Eclipse java. For this I need to create a .vec
file using opencv_createsamples
utility in command prompt but opencv_createsamples
is not getting recognized in Dos prompt.
So I need to configure opencv enabled with TBB with CMake but getting compilation error in CMakeCCompilerId.c
and CMakeCXXCompilerId.cpp
files in CMakeLists.txt file.
Am I missing something?