Click or drag to resize
Accord.NET (logo)

IObjectDetector Interface

Object detector interface.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public interface IObjectDetector
Request Example View Source

The IObjectDetector type exposes the following members.

Properties
  NameDescription
Public propertyDetectedObjects
Gets the location of the detected objects.
Top
Methods
  NameDescription
Public methodProcessFrame
Process a new image scene looking for objects.
Top
See Also