Closed elboyran closed 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).
moved to the matlab repo.
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