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