#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

#1079 in Images

Download history 116/week @ 2024-10-16 126/week @ 2024-10-23 83/week @ 2024-10-30 113/week @ 2024-11-06 89/week @ 2024-11-13 138/week @ 2024-11-20 117/week @ 2024-11-27 141/week @ 2024-12-04 77/week @ 2024-12-11 33/week @ 2024-12-18 67/week @ 2025-01-01 110/week @ 2025-01-08 219/week @ 2025-01-15 162/week @ 2025-01-22 110/week @ 2025-01-29

609 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

~220KB