Back to FabImage Studio website
You are here: Start » Filter Reference » Motion Analysis and Object Tracking » cvBackgroundSubtractorMOG
Estimates the background of the image sequence using Mixture Of Gaussians model.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inHistory | Integer | |
![]() |
inNMixtures | Integer | |
![]() |
inBackgroundRatio | Real | |
![]() |
inNoiseSigma | Real | |
![]() |
inLearningRate | Real | |
![]() |
outFgmask | Region |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | inImage must have Uint8 pixel type in cvBackgroundSubtractorMOG. |
Complexity Level
This filter is available on Basic Complexity Level.