Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 479 Bytes

File metadata and controls

8 lines (7 loc) · 479 Bytes

HaarCascade

Summary

Trained a custom Haarcascade classifier to detect rose. This involve the process of gathering, cleaning, preprocessing, and training the data.

Running

cv2 comes with built-in CascadeClassifier function that enables us to get the haar cascade classifier running.

Demonstration

Rose Detector Screenshot