Click or drag to resize
Accord.NET (logo)

HaarCascadeStageClassify Method

Classifies an image as having the searched object or not.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool Classify(
	IntegralImage2 image,
	int x,
	int y,
	double factor
)
Request Example View Source

Parameters

image
Type: Accord.ImagingIntegralImage2
x
Type: SystemInt32
y
Type: SystemInt32
factor
Type: SystemDouble

Return Value

Type: Boolean
See Also