Table of Contents

Namespace VisioForge.Core.CV

Classes

CVProcess

Provides helper methods for processing computer vision frames, including pixelation, blurring, and cache management.

CameraCoveredDetector

Detects when a camera lens is covered or obscured using edge detection algorithms.

CameraCoveredDetectorEventArgs

Provides data for the VisioForge.Core.CV.CameraCoveredDetector.OnCameraCovered event.

CarCounter

Detects and counts vehicles crossing a defined tracking line in video streams.

CascadeFaceDetector

Implements face detection using Haar Feature-based Cascade Classifiers.

CascadeFaceDetectorSettings

Settings for the Cascade Face Detector, allowing configuration of detection parameters and visual feedback.

DNNFaceDetector

Implements a Deep Neural Network (DNN) based face detector using OpenCvSharp's DNN module.

DNNFaceDetectorSettings

Settings for the Deep Neural Network (DNN) based Face Detector.

ObjectDetector

Detects and tracks moving objects in a video stream using background subtraction and Euclidean distance tracking.

PedestrianDetector

Detects pedestrians in video frames using Histogram of Oriented Gradients (HOG) descriptors and SVM.