|
HaarObjectDetectorProcessFrame Method (Bitmap)
|
Performs object detection on the given frame.
Namespace:
Accord.Vision.Detection
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public Rectangle[] ProcessFrame(
Bitmap frame
)
Public Function ProcessFrame (
frame As Bitmap
) As Rectangle()
Request Example
View SourceParameters
- frame
- Type: System.DrawingBitmap
Return Value
Type:
RectangleSee Also