#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

#12 in #segmentation

Download history 31/week @ 2023-12-30 9/week @ 2024-01-06 58/week @ 2024-01-13 80/week @ 2024-01-20 78/week @ 2024-01-27 46/week @ 2024-02-03 112/week @ 2024-02-10 64/week @ 2024-02-17 80/week @ 2024-02-24 68/week @ 2024-03-02 78/week @ 2024-03-09 29/week @ 2024-03-16 1/week @ 2024-03-23 52/week @ 2024-03-30 69/week @ 2024-04-06 43/week @ 2024-04-13

170 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