BackgroundSubtractorGMGCreate Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static BackgroundSubtractorGMG Create(
int initializationFrames = 120,
double decisionThreshold = 0.8
)
Public Shared Function Create (
Optional initializationFrames As Integer = 120,
Optional decisionThreshold As Double = 0.8
) As BackgroundSubtractorGMG
public:
static BackgroundSubtractorGMG^ Create(
int initializationFrames = 120,
double decisionThreshold = 0.8
)
static member Create :
?initializationFrames : int *
?decisionThreshold : float
(* Defaults:
let _initializationFrames = defaultArg initializationFrames 120
let _decisionThreshold = defaultArg decisionThreshold 0.8
*)
-> BackgroundSubtractorGMG
OpenCvSharp.BackgroundSubtractorGMG.Create = function(initializationFrames, decisionThreshold);
Parameters
- initializationFrames (Optional)
- Type: SystemInt32
- decisionThreshold (Optional)
- Type: SystemDouble
Return Value
Type:
BackgroundSubtractorGMG
See Also