Class FaceTrackingSettings
Face tracking settings.
Inherited Members
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public class FaceTrackingSettings
Constructors
FaceTrackingSettings()
Initializes a new instance of the FaceTrackingSettings class.
Declaration
public FaceTrackingSettings()
Properties
ColorMode
Gets or sets face tracking color mode.
Declaration
public CamshiftMode ColorMode { get; set; }
Property Value
Type | Description |
---|---|
CamshiftMode |
Highlight
Gets or sets a value indicating whether face tracking highlight is enabled.
Declaration
public bool Highlight { get; set; }
Property Value
Type | Description |
---|---|
bool |
MinimumWindowSize
Gets or sets minimum window size to consider when searching for
objects. Default value is 15
.
Declaration
public int MinimumWindowSize { get; set; }
Property Value
Type | Description |
---|---|
int |
ScaleFactor
Gets or sets face tracking scaling factor to rescale the window
during search. Default value is 1.2f
.
Declaration
public float ScaleFactor { get; set; }
Property Value
Type | Description |
---|---|
float |
ScalingMode
Gets or sets scaling mode to use when re-scaling the search window during search. Default is SmallerToGreater.
Declaration
public ObjectDetectorScalingMode ScalingMode { get; set; }
Property Value
Type | Description |
---|---|
ObjectDetectorScalingMode |
SearchMode
Gets or sets face tracking search mode.
Declaration
public ObjectDetectorSearchMode SearchMode { get; set; }
Property Value
Type | Description |
---|---|
ObjectDetectorSearchMode |