Cascade classifier help
Hi! I am trying to make a program for detection a custom object. I use this tutorial https://docs.opencv.org/3.3.0/dc/d88/.... Tutorial says, that we should train a classifier using the opencv_traincascade application
, but where can I find it?