Minor fixes
parent
778366b2dd
commit
8b07aa2702
|
|
@ -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,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,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,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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue