|
def | __init__ (self, length_threshold=10, distance_threshold=1.41421356, canny_th1=50.0, canny_th2=50.0, canny_aperture_size=3, do_merge=False) |
|
def | find_squares (self, img) |
|
Definition at line 94 of file paper_finder.py.
◆ __init__()
def node_scripts.paper_finder.RectangleDetector.__init__ |
( |
|
self, |
|
|
|
length_threshold = 10 , |
|
|
|
distance_threshold = 1.41421356 , |
|
|
|
canny_th1 = 50.0 , |
|
|
|
canny_th2 = 50.0 , |
|
|
|
canny_aperture_size = 3 , |
|
|
|
do_merge = False |
|
) |
| |
◆ find_squares()
def node_scripts.paper_finder.RectangleDetector.find_squares |
( |
|
self, |
|
|
|
img |
|
) |
| |
◆ lsd
node_scripts.paper_finder.RectangleDetector.lsd |
The documentation for this class was generated from the following file: