Application for detecting guns in stored video or webcam in real time.
- video data;
- cascade data (trained model);
- cv2;
- imutils;
- cv2.CascadeClassifier : it is a machine learning based approach where a cascade function is trained from a lot of positive and negative images.