|
5 | 5 | # OpenCV Tutorials⭐:
|
6 | 6 |
|
7 | 7 | ## Follow Tutorial Files in Below Sequence⭐:
|
8 |
| -* first_tut.py |
9 |
| -* draw_shapes.py |
10 |
| -* add_text_to_videos.py |
11 |
| -* mouse_event_opencv_python.py |
12 |
| -* basic_operation_opencv.py |
13 |
| -* bitwise_operation_opencv.py |
14 |
| -* opencv_trackbar.py |
15 |
| -* object_detection_opencv_hsv.py |
16 |
| -* simple_thresholding_opencv.py |
17 |
| -* adaptive_thresholding_opencv.py |
18 |
| -* matplotlib_with_opencv.py |
19 |
| -* simple_thresholding_matplotlib_with_python.py |
20 |
| -* morphological_transformation_opencv_python.py |
21 |
| -* smoothing_images_and_blurring_images.py |
22 |
| -* image_gradients.py |
23 |
| -* canny_edge_detection.py |
24 |
| -* image_pyramids_opencv.py |
25 |
| -* image_blending_using_pyramids_opencv.py |
26 |
| -* Find_and_draw_contours_using_opencv.py |
27 |
| -* basic_motion_detection_using_opencv.py |
28 |
| -* shape_detection_opencv.py |
29 |
| -* histogram_opencv.py |
30 |
| -* template_matching_opencv.py |
31 |
| -* hough_line_transform_opencv.py |
32 |
| -* probabilistic_hough_line_transform.py |
33 |
| -* lande_detection_opencv.py |
34 |
| -* circle_detection_using_hough_transform.py |
35 |
| -* face_detection_opencv.py |
36 |
| -* harris_corner_detection.py |
37 |
| -* shi_tomasi_corner_detection.py |
38 |
| -* background_subtraction_opencv.py |
| 8 | +* (1) first_tut.py |
| 9 | +* (2) draw_shapes.py |
| 10 | +* (3) add_text_to_videos.py |
| 11 | +* (4) mouse_event_opencv_python.py |
| 12 | +* (5) basic_operation_opencv.py |
| 13 | +* (6) bitwise_operation_opencv.py |
| 14 | +* (7) opencv_trackbar.py |
| 15 | +* (8) object_detection_opencv_hsv.py |
| 16 | +* (9) simple_thresholding_opencv.py |
| 17 | +* (10) adaptive_thresholding_opencv.py |
| 18 | +* (11) matplotlib_with_opencv.py |
| 19 | +* (12) simple_thresholding_matplotlib_with_python.py |
| 20 | +* (13) morphological_transformation_opencv_python.py |
| 21 | +* (14) smoothing_images_and_blurring_images.py |
| 22 | +* (15) image_gradients.py |
| 23 | +* (16) canny_edge_detection.py |
| 24 | +* (17) image_pyramids_opencv.py |
| 25 | +* (18) image_blending_using_pyramids_opencv.py |
| 26 | +* (19) Find_and_draw_contours_using_opencv.py |
| 27 | +* (20) basic_motion_detection_using_opencv.py |
| 28 | +* (21) shape_detection_opencv.py |
| 29 | +* (22) histogram_opencv.py |
| 30 | +* (23) template_matching_opencv.py |
| 31 | +* (24) hough_line_transform_opencv.py |
| 32 | +* (25) probabilistic_hough_line_transform.py |
| 33 | +* (26) lane_detection_opencv.py |
| 34 | +* (27) circle_detection_using_hough_transform.py |
| 35 | +* (28) face_detection_opencv.py |
| 36 | +* (29) harris_corner_detection.py |
| 37 | +* (30) shi_tomasi_corner_detection.py |
| 38 | +* (31) background_subtraction_opencv.py |
39 | 39 |
|
40 | 40 | ## Helpful Documentations⭐:
|
41 | 41 | * OpenCV : https://docs.opencv.org/master/
|
|
0 commit comments