- first_tut.py
- draw_shapes.py
- add_text_to_videos.py
- mouse_event_opencv_python.py
- basic_operation_opencv.py
- bitwise_operation_opencv.py
- opencv_trackbar.py
- object_detection_opencv_hsv.py
- simple_thresholding_opencv.py
- adaptive_thresholding_opencv.py
- matplotlib_with_opencv.py
- simple_thresholding_matplotlib_with_python.py
- morphological_transformation_opencv_python.py
- smoothing_images_and_blurring_images.py
- image_gradients.py
- canny_edge_detection.py
- image_pyramids_opencv.py
- image_blending_using_pyramids_opencv.py
- Find_and_draw_contours_using_opencv.py
- basic_motion_detection_using_opencv.py
- shape_detection_opencv.py
- histogram_opencv.py
- template_matching_opencv.py
- hough_line_transform_opencv.py
- probabilistic_hough_line_transform.py
- lane_detection_opencv.py
- circle_detection_using_hough_transform.py
- face_detection_opencv.py
- eyes_detection_opencv.py
- harris_corner_detection.py
- shi_tomasi_corner_detection.py
- background_subtraction_opencv.py
- meanshift_object_tracking_opencv.py
- camshift_object_tracking_opencv.py
- This repository contains all the code from ProgrammingKnowledge Opencv Course.
- Youtube Video : https://www.youtube.com/watch?v=N81PCpADwKQ
- Duration : 9 hour 23 mintues
-
Face Detection :- https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml
-
Eyes Detection :- https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_eye_tree_eyeglasses.xml
Other Cascade :- https://github.com/opencv/opencv/tree/master/data/haarcascades
- OpenCV : https://docs.opencv.org/master/
- Matplotlib : https://matplotlib.org/stable/contents.html
- Numpy : https://numpy.org/doc/stable/