Haar Cascade for image & video object classification - OpenCV w/ Python for Image Video Analysis 21

After training your Haar Cascade classifier, you will be left with an .xml file that is your Haar cascade. We use this the same as when we detected faces and eyes, only this time we are detecting our new object that we chose! Text-based tutorial and sample code: Digital Ocean Server: sentdex
Back to Top