NLeSC / SalientDetector-matlab

MATLAB Software for Large Scale Imaging research @ NLeSc
Apache License 2.0
1 stars 0 forks source link

Matlab: Go from num_levels to stepsize as user input for Datadriven Binarization #1

Closed elboyran closed 8 years ago

elboyran commented 8 years ago

From @dafnevk on April 26, 2016 15:23

Copied from original issue: NLeSC/SalientDetector-python#32

elboyran commented 8 years ago

Is this issue still relevant? I see that the DatadrivenBinarizer class in binarisation.py has num_levels are input, not stepsize. Or is the idea to make them both with stepsize?

elboyran commented 8 years ago

From @dafnevk on May 30, 2016 12:33

It's indeed the idea to both make them stepsize, because num_levels doesn't make so much sense if the range is not from 0 to 255.

elboyran commented 8 years ago

The MATLAB code now uses step_size instead of num_levels. Commit: https://github.com/NLeSC/LargeScaleImaging/commit/4a603bbc445a83751efa7cef9e8aba0466888716