C# Class Accord.Vision.Detection.HaarCascadeStage

Inheritance: ICloneable
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat bool

Clone() public méthode

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

HaarCascadeStage() public méthode

Constructs a new Haar Cascade Stage.
public HaarCascadeStage ( ) : System
Résultat System

HaarCascadeStage() public méthode

Constructs a new Haar Cascade Stage.
public HaarCascadeStage ( double threshold ) : System
threshold double
Résultat System

HaarCascadeStage() public méthode

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