October 2016
Intermediate to advanced
558 pages
12h 39m
English
To automate cascade training as much as possible, OpenCV provides two executables. Their names and locations depend on the operating system and the particular setup of OpenCV, as described in the following two sections.
The two executables on Windows are called ONopencv_createsamples.exe and ONopencv_traincascade.exe. They are not prebuilt. Rather, they are present only if you compiled OpenCV from source. Their parent folder is one of the following, depending on the compilation approach you chose in Chapter 1, Setting up OpenCV:
<unzip_destination>\bin<unzip_destination>\bin\ReleaseIf you want to add the executables' folder to the system's Path variable, refer ...
Read now
Unlock full access