C# Class Accord.Vision.Detection.HaarCascadeStage

Inheritance: ICloneable
Show file Open project: accord-net/framework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Classify ( IntegralImage2 image, int x, int y, double factor ) : bool

Classifies an image as having the searched object or not.

Clone ( ) : object

Creates a new object that is a copy of the current instance.

HaarCascadeStage ( ) : System

Constructs a new Haar Cascade Stage.

HaarCascadeStage ( double threshold ) : System

Constructs a new Haar Cascade Stage.

HaarCascadeStage ( double threshold, int parentIndex, int nextIndex ) : System

Constructs a new Haar Cascade Stage.

Method Details

Classify() public method

Classifies an image as having the searched object or not.
public Classify ( IntegralImage2 image, int x, int y, double factor ) : bool
image Accord.Imaging.IntegralImage2
x int
y int
factor double
return bool

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

HaarCascadeStage() public method

Constructs a new Haar Cascade Stage.
public HaarCascadeStage ( ) : System
return System

HaarCascadeStage() public method

Constructs a new Haar Cascade Stage.
public HaarCascadeStage ( double threshold ) : System
threshold double
return System

HaarCascadeStage() public method

Constructs a new Haar Cascade Stage.
public HaarCascadeStage ( double threshold, int parentIndex, int nextIndex ) : System
threshold double
parentIndex int
nextIndex int
return System