Ask Your Question

Revision history [back]

opencv_traincascade.exe available somewhere?

I'm new to openCV, and I'm trying to create a cascade classifier for a project. I need the opencv_traincascade.exe, but when I try to compile the source in Visual Studio, it's just one problem after another: first I needed to use the 3.4 API, later some headers were not available in the include folder so I moved them in, then a non-existent library which is said to be generated with the openCV libraries using CMake.

So, is there an already compiled and working exe? I have already searched, but some of them do not find the DLLs, and others are found in rather shady pages, so I don't trust those apps.