Minor fixes

pull/2/head
Vinayak Mehta 2017-04-10 19:08:39 +05:30
parent 778366b2dd
commit 8b07aa2702
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
""" """
usage: python hough_opencv.py file.png 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 import sys

View File

@ -1,7 +1,7 @@
""" """
usage: python hough_skimage.py file.png 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 import sys

View File

@ -1,7 +1,7 @@
""" """
usage: python hough_prob.py file.png 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 import sys

View File

@ -1,7 +1,7 @@
""" """
usage: python morph_transform.py file.png 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 import sys

View File

@ -2,7 +2,7 @@
usage: python plot_geo.py file.pdf usage: python plot_geo.py file.pdf
python plot_geo.py file.pdf file.png 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 import sys