Skip to content

Commit f70f537

Browse files
committed
Need to pass in name for rgb and edge
1 parent ab3a322 commit f70f537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Image_based/fit_bezier_cyl_2d_edge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from HandleFileNames import HandleFileNames
3030

3131
class FitBezierCyl2DEdge:
32-
def __init__(self, fname_mask_image, fname_calculated=None, fname_debug=None, b_recalc=False):
32+
def __init__(self, fname_rgb_image, fname_edge_image, fname_mask_image, fname_calculated=None, fname_debug=None, b_recalc=False):
3333
# TODO: Make this look like fit_bezier_cyl_2d_mask, creating a FitBezierCyl2DMask then using the
3434
# output of that to do the fit to the edge process
3535

0 commit comments

Comments
 (0)