The BackgroundSubtractorGMG type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
BackgroundPrior |
Prior probability that any given pixel is a background pixel. A sensitivity parameter.
| |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
DecisionThreshold |
Value above which pixel is determined to be FG.
| |
Info |
Algorithm information
(Inherited from Algorithm.) | |
InfoPtr |
Pointer to algorithm information (cv::AlgorithmInfo*)
(Overrides BackgroundSubtractorInfoPtr.) | |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
LearningRate |
Set between 0.0 and 1.0, determines how quickly features are "forgotten" from histograms.
| |
MaxFeatures |
Total number of distinct colors to maintain in histogram.
| |
Name |
Returns the algorithm name
(Inherited from Algorithm.) | |
NumInitializationFrames |
Number of frames of video to use to initialize histograms.
| |
QuantizationLevels |
Number of discrete levels in each channel to be used in histograms.
| |
SmoothingRadius |
Smoothing radius, in pixels, for cleaning up FG image.
| |
UpdateBackgroundModel |
Perform background model update
|
See Also