|
HaarClassifierCompute Method
|
Detects the presence of an object in a given window.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public bool Compute(
IntegralImage2 image,
Rectangle rectangle
)
Public Function Compute (
image As IntegralImage2,
rectangle As Rectangle
) As Boolean
Request Example
View SourceParameters
- image
- Type: Accord.ImagingIntegralImage2
- rectangle
- Type: System.DrawingRectangle
Return Value
Type:
BooleanSee Also