OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::bgsegm 名稱空間參考

類  BackgroundSubtractorCNT
 基於計數的背景減除。更多...
 
類  BackgroundSubtractorGMG
 基於[107]中給出演算法的背景減除模組。更多...
 
類  BackgroundSubtractorGSOC
 GSOC演算法的一種不同但更好的實現,該演算法是在GSOC期間實現的,並非源自任何論文。更多...
 
類  BackgroundSubtractorLSBP
 使用區域性SVD二值模式的背景減除。更多關於該演算法的細節可以在[117]中找到。更多...
 
類  BackgroundSubtractorLSBPDesc
 此用於計算LSBP描述符。更多...
 
類  BackgroundSubtractorMOG
 基於高斯混合模型的背景/前景分割演算法更多...
 
類  SyntheticSequenceGenerator
 用於測試背景減除演算法的合成幀序列生成器。更多...
 

列舉

列舉  LSBPCameraMotionCompensation {
  LSBP_CAMERA_MOTION_COMPENSATION_NONE = 0 ,
  LSBP_CAMERA_MOTION_COMPENSATION_LK
}
 

函式

Ptr< BackgroundSubtractorCNTcreateBackgroundSubtractorCNT (int minPixelStability=15, bool useHistory=true, int maxPixelStability=15 *60, bool isParallel=true)
 建立一個 CNT 背景減除器。
 
Ptr< BackgroundSubtractorGMGcreateBackgroundSubtractorGMG (int initializationFrames=120, double decisionThreshold=0.8)
 建立一個 GMG 背景減除器。
 
Ptr< BackgroundSubtractorGSOCcreateBackgroundSubtractorGSOC (int mc=LSBP_CAMERA_MOTION_COMPENSATION_NONE, int nSamples=20, float replaceRate=0.003f, float propagationRate=0.01f, int hitsThreshold=32, float alpha=0.01f, float beta=0.0022f, float blinkingSupressionDecay=0.1f, float blinkingSupressionMultiplier=0.1f, float noiseRemovalThresholdFacBG=0.0004f, float noiseRemovalThresholdFacFG=0.0008f)
 建立BackgroundSubtractorGSOC演算法的例項。
 
Ptr< BackgroundSubtractorLSBPcreateBackgroundSubtractorLSBP (int mc=LSBP_CAMERA_MOTION_COMPENSATION_NONE, int nSamples=20, int LSBPRadius=16, float Tlower=2.0f, float Tupper=32.0f, float Tinc=1.0f, float Tdec=0.05f, float Rscale=10.0f, float Rincdec=0.005f, float noiseRemovalThresholdFacBG=0.0004f, float noiseRemovalThresholdFacFG=0.0008f, int LSBPthreshold=8, int minCount=2)
 建立BackgroundSubtractorLSBP演算法的例項。
 
Ptr< BackgroundSubtractorMOGcreateBackgroundSubtractorMOG (int history=200, int nmixtures=5, double backgroundRatio=0.7, double noiseSigma=0)
 建立高斯混合背景減除器。
 
Ptr< SyntheticSequenceGeneratorcreateSyntheticSequenceGenerator (InputArray background, InputArray object, double amplitude=2.0, double wavelength=20.0, double wavespeed=0.2, double objspeed=6.0)
 建立SyntheticSequenceGenerator的例項。