Enum ObjectDetectorScalingMode
Object detector options for window scaling.
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public enum ObjectDetectorScalingMode
Fields
| Name | Description |
|---|---|
| GreaterToSmaller | Will start with a big search window and gradually scale into smaller ones. |
| SmallerToGreater | Will start with small search windows and gradually scale into greater ones. |