Maximum Symmetric Surround

Rust implementation of Maximum Symmetric Surround algorithm by Radhakrishna Achanta.

The implementation is only a single function that takes a 1-channel image and outputs a saliency map.

Installation

It's a Cargo crate:

sh cargo add mss_saliency

Usage

Documentation.