Minor fixes

This commit is contained in:
Vinayak Mehta
2017-04-10 19:08:39 +05:30
parent 778366b2dd
commit 8b07aa2702
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""
usage: python hough_opencv.py file.png
find lines present in an image using opencv's hough transform.
finds lines present in an image using opencv's hough transform.
"""
import sys
+1 -1
View File
@@ -1,7 +1,7 @@
"""
usage: python hough_skimage.py file.png
find lines present in an image using scikit-image's hough transform.
finds lines present in an image using scikit-image's hough transform.
"""
import sys
+1 -1
View File
@@ -1,7 +1,7 @@
"""
usage: python hough_prob.py file.png
find lines present in an image using scikit-image's hough transform.
finds lines present in an image using scikit-image's hough transform.
"""
import sys
+1 -1
View File
@@ -1,7 +1,7 @@
"""
usage: python morph_transform.py file.png
find lines present in an image using opencv's morph transform.
finds lines present in an image using opencv's morph transform.
"""
import sys
+1 -1
View File
@@ -2,7 +2,7 @@
usage: python plot_geo.py file.pdf
python plot_geo.py file.pdf file.png
print lines and rectangles present in a pdf file.
prints lines and rectangles present in a pdf file.
"""
import sys