#entropy #segmentation #area #saliency

mss_saliency

Detection of visually salient image regions using Maximum Symmetric Surround algorithm

3 stable releases

1.1.0 Sep 19, 2022
1.0.6 Aug 21, 2020
1.0.5 Jul 10, 2020
1.0.4 Mar 21, 2020
1.0.0 May 30, 2017

#892 in Images

Download history 66/week @ 2023-12-07 68/week @ 2023-12-14 19/week @ 2023-12-21 8/week @ 2023-12-28 24/week @ 2024-01-04 48/week @ 2024-01-11 68/week @ 2024-01-18 99/week @ 2024-01-25 36/week @ 2024-02-01 110/week @ 2024-02-08 67/week @ 2024-02-15 49/week @ 2024-02-22 77/week @ 2024-02-29 72/week @ 2024-03-07 67/week @ 2024-03-14 19/week @ 2024-03-21

241 downloads per month

MIT license

7KB
62 lines

Maximum Symmetric Surround

Rust implementation of Maximum Symmetric Surround algorithm by Radhakrishna Achanta.

It's a simple and fast algorithm that aims to detect "interesting" areas in the image that stand out from the background.

The implementation is only a single function that takes a 1-channel image and outputs a saliency map.

Installation

It's a Cargo crate:

cargo add mss_saliency

Usage

Documentation.


lib.rs:

Sailiency map is computed using Maximum Symmetric Surround algorithm by Radhakrishna Achanta.

https://core.ac.uk/download/pdf/147962379.pdf

Dependencies

~150KB