You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,25 @@
9
9
10
10
- The image processing focused project will focus on using the OpenCV library with the Python programming language to perform a series of basic exercises related to image processing.There are also simple instructions for recording and reading videos in real time.
11
11
- Exercises on image processing
12
-
- Basic image processing with OpenCV
13
-
- Salt and Pepper Noise
12
+
- Add Image Noise
13
+
- Gaussian noise
14
+
- Salt and Pepper Noise
14
15
- Add watermark
16
+
- Cointour Detection
17
+
- Collage Image
18
+
- Combined Image
19
+
- Contour Image
15
20
- Emboss image
16
-
- Images of Erosion and Dilation
17
-
- Sharpen image
21
+
- Erosion and Dilation
22
+
- Feature Mapping Image
23
+
- Basic image processing with OpenCV
24
+
- Remove Background
25
+
- Remove image noise
26
+
- Gaussian noise
27
+
- Salt and Pepper Noise
28
+
- Sharpen Image
29
+
- Sketch Image
30
+
- Vignette filter
18
31
- Exercises on video processing
19
32
- Read video from webcam displayed with three windows in real time
20
33
- "Original Video" window: Displays the original video with the original color of each frame.
0 commit comments