BackgroundSubtractorGMG Properties OpenCvSharp Class Library

The BackgroundSubtractorGMG type exposes the following members.

Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyBackgroundPrior
Prior probability that any given pixel is a background pixel. A sensitivity parameter.
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDecisionThreshold
Value above which pixel is determined to be FG.
Public propertyInfo
Algorithm information
(Inherited from Algorithm.)
Public propertyInfoPtr
Pointer to algorithm information (cv::AlgorithmInfo*)
(Overrides BackgroundSubtractorInfoPtr.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyLearningRate
Set between 0.0 and 1.0, determines how quickly features are "forgotten" from histograms.
Public propertyMaxFeatures
Total number of distinct colors to maintain in histogram.
Public propertyName
Returns the algorithm name
(Inherited from Algorithm.)
Public propertyNumInitializationFrames
Number of frames of video to use to initialize histograms.
Public propertyQuantizationLevels
Number of discrete levels in each channel to be used in histograms.
Public propertySmoothingRadius
Smoothing radius, in pixels, for cleaning up FG image.
Public propertyUpdateBackgroundModel
Perform background model update
Top
See Also

Reference