3 stable releases
1.1.0 | Sep 19, 2022 |
---|---|
1.0.6 | Aug 21, 2020 |
1.0.5 | Jul 10, 2020 |
1.0.4 |
|
1.0.0 |
|
#12 in #entropy
538 downloads per month
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
lib.rs
:
Sailiency map is computed using Maximum Symmetric Surround algorithm by Radhakrishna Achanta.
Dependencies
~215KB