Crate mss_saliency [] [src]

Sailiency map is computed using Maximum Symmetric Surround algorithm by Radhakrishna Achanta.

http://ivrl.epfl.ch/research/saliency/MSSS.html

Structs

Img

Basic struct used for both owned (alias ImgVec) and borrowed (alias ImgRef) image fragments.

Functions

maximum_symmetric_surround_saliency

Create a saliency map.

Type Definitions

ImgRef

Reference to pixels inside another image. Pass this structure by value (i.e. ImgRef, not &ImgRef).