#segmentation #entropy #region #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 #entropy

Download history 68/week @ 2024-06-15 32/week @ 2024-06-22 103/week @ 2024-06-29 55/week @ 2024-07-06 178/week @ 2024-07-13 119/week @ 2024-07-20 236/week @ 2024-07-27 170/week @ 2024-08-03 98/week @ 2024-08-10 65/week @ 2024-08-17 124/week @ 2024-08-24 102/week @ 2024-08-31 203/week @ 2024-09-07 101/week @ 2024-09-14 51/week @ 2024-09-21 167/week @ 2024-09-28

538 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

~215KB