Hello im new to OpenCV. I downloaded OpenCV 3.4.12 and extracted it to a folder in my C drive just so I can use this program opencv_annotation.exe
I had the latest openCV 4.5 installed using pip install opencv-python but opencv_annotation.exe is not supported for on OpenCV 4.5… I read you can only use 3.4 opencv for annotation
every time I run this command, i get this error message. I checked my C:\ and I don’t see any folder called Build. Can someone tell me how to fix this?
OpenCV: terminate handler is called! The last OpenCV error is:
OpenCV(3.4.11) Error: Requested object was not found (could not open directory: positive) in glob_rec, file C:\build\3_4_winpack-build-win64-vc15\opencv\modules\core\src\glob.cpp, line 267
yea, halfway correct. (annotation is stiil supported, cascade training is no more)
that’s a simple PATH problem. give an ABSOLUTE path to both options:
$ C:/opencv3.4/build/x64/vc15/bin/opencv_annotation.exe --annotations=c:/wherever/you/want/that/pos.txt --images=c:/wherever/positive/
and NO, it’s not a problem about libs, dlls or your build folder !!
Sorry. Im trying to detect an image on a game screen window like the tutorial above. Since an image isn’t always the same due to lighting, night and day, and as soon as it detects the image to click on it