NLeSC / LargeScaleImaging

Data, Software,Results and Publications for the Large Scale Imaging research @ NLeSc
Apache License 2.0
3 stars 0 forks source link

Make grayscale detector MSSR-style #15

Closed dafnevk closed 8 years ago

dafnevk commented 8 years ago

Add functionality for a salient region detector for grayscale images according to the MSSR method, as described in the paper: Ranguelova, E. B., and E. J. Pauwels. "Morphology-based Stable Salient Regions Detector." (2006).

dafnevk commented 8 years ago

So this is calculating the salient regions for each level.

dafnevk commented 8 years ago

I finished the implementation, although it's very slow. The choice of 'perc' (for cumsum thresholding) has a large influence on the number of salient regions chosen, and it will find different regions than the DMSR anyway.