You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"refine_intensity": (IO.FLOAT, {"default": 0.25, "min": 0.0, "max": 0.5, "step": 0.01, "tooltip": "Intensity for grid line refinement. Recommended range is [0, 0.5]. Given original estimated grid line at x, the refinement will search in [x * (1 - refine_intensity), x * (1 + refine_intensity)]."}),
1306
+
"fix_square": (IO.BOOLEAN, {"default": True, "tooltip": "Whether to enforce output to be square when detected image is almost square."}),
1307
+
"debug": (IO.BOOLEAN, {"default": False, "tooltip": "Whether to show debug plots.s"}),
0 commit comments