Class DNNFaceDetectorSettings
DNN Face Detector settings.
Inherited Members
Namespace: VisioForge.Core.CV
Assembly: VisioForge.Core.CV.dll
Syntax
public class DNNFaceDetectorSettings
Properties
Blur
Gets or sets a value indicating whether to blur faces.
Declaration
public bool Blur { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
CacheSize
Gets or sets the size of the cache.
Declaration
public int CacheSize { get; set; }
Property Value
Type | Description |
---|---|
int | The size of the cache. |
Confidence
Gets or sets the confidence level.
Declaration
public float Confidence { get; set; }
Property Value
Type | Description |
---|---|
float | The confidence. |
DrawColor
Gets or sets the color of the draw.
Declaration
public SKColor DrawColor { get; set; }
Property Value
Type | Description |
---|---|
SKColor | The color of the draw. |
DrawEnabled
Gets or sets a value indicating whether [draw enabled].
Declaration
public bool DrawEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
DrawShapeType
Gets or sets the type of the draw shape.
Declaration
public CVShapeType DrawShapeType { get; set; }
Property Value
Type | Description |
---|---|
CVShapeType | The type of the draw shape. |
FramesToSkip
Gets or sets the frames to skip.
Declaration
public int FramesToSkip { get; set; }
Property Value
Type | Description |
---|---|
int | The frames to skip. |
MaxFaceSize
Gets or sets the maximum size of the face.
Declaration
public Size MaxFaceSize { get; set; }
Property Value
Type | Description |
---|---|
Size | The maximum size of the face. |
MinFaceSize
Gets or sets the minimum size of the face.
Declaration
public Size MinFaceSize { get; set; }
Property Value
Type | Description |
---|---|
Size | The minimum size of the face. |
MinNeighbors
Gets or sets the minimum neighbors.
Declaration
public int MinNeighbors { get; set; }
Property Value
Type | Description |
---|---|
int | The minimum neighbors. |
Pixelate
Gets or sets a value indicating whether to pixelate faces.
Declaration
public bool Pixelate { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
ScaleFactor
Gets or sets the scale factor.
Declaration
public float ScaleFactor { get; set; }
Property Value
Type | Description |
---|---|
float | The scale factor. |
UseCache
Gets or sets a value indicating whether to use cache and draw undetected faces withing N next frames .
Declaration
public bool UseCache { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
VideoScale
Gets or sets the video scale.
Declaration
public double VideoScale { get; set; }
Property Value
Type | Description |
---|---|
double | The video scale. |