Class ObjectDetector
- Namespace
- VisioForge.Core.CV
- Assembly
- VisioForge.Core.CV.dll
Detects and tracks moving objects in a video stream using background subtraction and Euclidean distance tracking.
public class ObjectDetectorInheritance
Inherited Members
Constructors
ObjectDetector()
Initializes a new instance of the VisioForge.Core.CV.ObjectDetector class.
public ObjectDetector()Methods
Process(RAWImage)
Processes a raw video frame to detect and track moving objects.
public int Process(RAWImage frame)Parameters
frameRAWImage-
The raw image frame to process.
Returns
- int
-
Returns 0 on success.