OpenCV功能模块:背景和前景分割
发布时间
阅读量:
阅读量
一、相关类
1、背景/前景分割的基类
2、基于K近邻的背景/前景分割算法
3、基于高斯混合的背景/前景分割算法
二、函数
1、创建KNN背景减法器
Ptr<BackgroundSubtractorKNN> cv::createBackgroundSubtractorKNN (
int history=500,
double dist2Threshold=400.0,
bool detectShadows=true
)
Python:
retval=cv.createBackgroundSubtractorKNN([, history[, dis
全部评论 (0)
还没有任何评论哟~
