Skip to content

Commit ddd6c16

Browse files
authored
Update README.md
1 parent ec0dfbc commit ddd6c16

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# CVFS (Computer Vision From Scratch)
2-
Coding computer vision related algorithms from "scratch".<br>
3-
1.Canny Edge Detection<br>
4-
2. Guassian Blur<br>
5-
3. Histogram Equalization<br>
6-
4. Otsu's Thresholding<br>
7-
5. Adaptive Thresholding<br>
2+
Coding computer vision related algorithms from "scratch"
3+
4+
1. Canny Edge Detection
5+
2. Guassian Blur
6+
3. Histogram Equalization
7+
4. Otsu's Thresholding
8+
5. Adaptive Thresholding
9+
6. Affine Transformation
10+
7. Perspective Transormation
11+
8. Image Rotation
12+
9. Sobel Edge Detection

0 commit comments

Comments
 (0)