We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0dfbc commit ddd6c16Copy full SHA for ddd6c16
README.md
@@ -1,7 +1,12 @@
1
# 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>
+Coding computer vision related algorithms from "scratch"
+
+1. Canny Edge Detection
+2. Guassian Blur
+3. Histogram Equalization
+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