Table of Contents

Namespace VisioForge.Core.AI

Classes

CocoLabels

Default COCO-80 class label set used by the object detectors when no custom labels are supplied.

OnnxInferenceEngine

Wraps a Microsoft.ML.OnnxRuntime.InferenceSession and provides reusable RGBA-frame preprocessing (letterbox resize + NCHW conversion + optional normalization) and execution.

OnnxInferenceEventArgs

Provides the raw outputs produced by a generic ONNX inference run for a single video frame.

YoloDetector

Object detector built on top of VisioForge.Core.AI.OnnxInferenceEngine that supports multiple model families (YOLOv8/v11, YOLOX, RT-DETR / D-FINE) selected via VisioForge.Core.Types.X.AI.YoloDetectorSettings.Model.