Skip to content
Snippets Groups Projects
Commit 14a8d413 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

local_bin: cfg default window size from 3 to 15

parent 69e162cc
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ gen = ParameterGenerator()
# Name Type Reconfiguration level Description Default Min Max
#gen.add("velocity_scale_factor", double_t, 0, "Maximum velocity scale factor", 0.5, 0.0, 1.0)
gen.add( "window_size", int_t, 0, "Local threshold windo size", 3, 3, 500)
gen.add( "window_size", int_t, 0, "Local threshold windo size", 15, 3, 500)
gen.add( "k", double_t, 0, "Multiplicative constant for local deviation", 0.06, 0, 0.5)
exit(gen.generate(PACKAGE, "ImageLocalBinarizationAlgorithm", "ImageLocalBinarization"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment