1 | initial version |
with opencv4, a lot of c-api code was removed, and thus the traincascade app does no more build.
(it's not your cmdline or pkg configuration, it's just impossible atm)
you might:
look into more modern object detection cnns, like yolo, SSD, squeezenet
fall back to opencv3.4, where you still can build the cascade training tools properly