Commit e971465d authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

FIX: remove unused n_first_iter parameter from lsgrm_light.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -61,7 +61,7 @@ def grm_process_tile(input_image, params : LSGRMParams, tile_width, tile_height,
seg_app.SetParameterFloat('threshold', params.threshold)
seg_app.SetParameterFloat('cw', params.color_weight)
seg_app.SetParameterFloat('sw', params.spatial_weight)
seg_app.SetParameterInt('niter', params.n_first_iter)
#seg_app.SetParameterInt('niter', params.n_first_iter)
seg_app.Execute()
tie_lines = (0 if starty == 0 else params.margin,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment