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.
It's a Cargo crate:
cargo add mss_saliency