#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

#1029 in Images

Download history 217/week @ 2024-07-31 158/week @ 2024-08-07 90/week @ 2024-08-14 56/week @ 2024-08-21 156/week @ 2024-08-28 109/week @ 2024-09-04 206/week @ 2024-09-11 63/week @ 2024-09-18 121/week @ 2024-09-25 107/week @ 2024-10-02 106/week @ 2024-10-09 116/week @ 2024-10-16 126/week @ 2024-10-23 83/week @ 2024-10-30 113/week @ 2024-11-06 74/week @ 2024-11-13

406 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