Skip to content

Detection of visually salient image regions using Maximum Symmetric Surround algorithm

Notifications You must be signed in to change notification settings

kornelski/mss_saliency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Detection of visually salient image regions using Maximum Symmetric Surround algorithm

Topics

Resources

Stars

Watchers

Forks

Languages