We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3a322 commit f70f537Copy full SHA for f70f537
Image_based/fit_bezier_cyl_2d_edge.py
@@ -29,7 +29,7 @@
29
from HandleFileNames import HandleFileNames
30
31
class FitBezierCyl2DEdge:
32
- def __init__(self, fname_mask_image, fname_calculated=None, fname_debug=None, b_recalc=False):
+ def __init__(self, fname_rgb_image, fname_edge_image, fname_mask_image, fname_calculated=None, fname_debug=None, b_recalc=False):
33
# TODO: Make this look like fit_bezier_cyl_2d_mask, creating a FitBezierCyl2DMask then using the
34
# output of that to do the fit to the edge process
35
0 commit comments