NLeSC / SalientDetector-matlab

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

MATLAB: Parametrise binary_detector code #3

Closed elboyran closed 8 years ago

elboyran commented 8 years ago

From @elboyran on May 30, 2016 9:47

The lambda_factor and connectivity now are are hard-coded in the code. They should be parameters.

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

elboyran commented 8 years ago

Now the MATLAB binary_detector.m has own group of morphological_paramerts: [SE_size_factor area_factor lamdba_factor connectivity]. test_binary_detector.m produces the same result as before with the following values [0.075 0.05 5 4]. Also all references to the function binary_detector are fixed (commit https://github.com/NLeSC/LargeScaleImaging/commit/a412ad2e6f16297034da037c4810152d1b262a5e).

elboyran commented 8 years ago

moved to the matlab repo.