Class ObjectDetector
Class ObjectDetector.
Inherited Members
Namespace: VisioForge.Core.CV
Assembly: VisioForge.Core.CV.dll
Syntax
public class ObjectDetector
Constructors
ObjectDetector()
Initializes a new instance of the ObjectDetector class.
Declaration
public ObjectDetector()
Methods
Process(RAWImage)
Processes the specified frame.
Declaration
public int Process(RAWImage frame)
Parameters
| Type | Name | Description |
|---|---|---|
| RAWImage | frame | The frame. |
Returns
| Type | Description |
|---|---|
| int | System.Int32. |