项目作者: kornelski

项目描述 :
Detection of visually salient image regions using Maximum Symmetric Surround algorithm
高级语言: Rust
项目地址: git://github.com/kornelski/mss_saliency.git
创建时间: 2017-05-29T23:37:15Z
项目社区:https://github.com/kornelski/mss_saliency

开源协议:

下载


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:

  1. cargo add mss_saliency

Usage

Documentation.