Table of Contents

Namespace Emgu.CV.Saliency

Classes

MotionSaliencyBinWangApr2014

A Fast Self-tuning Background Subtraction Algorithm.

ObjectnessBING

Objectness algorithms based on [3] [3] Cheng, Ming-Ming, et al. "BING: Binarized normed gradients for objectness estimation at 300fps." IEEE CVPR. 2014

SaliencyInvoke

Provide interfaces to the Open CV Saliency functions

StaticSaliencyFineGrained

The Fine Grained Saliency approach from Sebastian Montabone and Alvaro Soto. Human detection using a mobile platform and novel features derived from a visual saliency mechanism. In Image and Vision Computing, Vol. 28 Issue 3, pages 391–402. Elsevier, 2010.

StaticSaliencySpectralResidual

simulate the behavior of pre-attentive visual search

Interfaces

IMotionSaliency

Base interface for MotionSaliency algorithms

IObjectness

Base interface for Objectness algorithms

ISaliency

Base interface for Saliency algorithms

IStaticSaliency

Base interface for StaticSaliency algorithms