Table of Contents

Enum CVFaceDetectUpdates

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

OpenCV face detect updates mode.

public enum CVFaceDetectUpdates

Fields

EveryFrame = 0

Send update messages on every frame

OnChange = 1

Send messages when a new face is detected or one is not anymore detected.

OnFace = 2

Send messages whenever a face is detected.

None = 3

Send no messages update.