Home
last modified time | relevance | path

Searched refs:setNMixtures (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudabgsegm/include/opencv2/
Dcudabgsegm.hpp94 virtual void setNMixtures(int nmix) = 0;
/external/opencv3/modules/video/include/opencv2/video/
Dbackground_segm.hpp107 CV_WRAP virtual void setNMixtures(int nmixtures) = 0;//needs reinitialization!
/external/opencv3/modules/java/src/
Dvideo+BackgroundSubtractorMOG2.java315 public void setNMixtures(int nmixtures) in setNMixtures() method in BackgroundSubtractorMOG2
Dvideo.cpp1883 (*me)->setNMixtures( (int)nmixtures ); in Java_org_opencv_video_BackgroundSubtractorMOG2_setNMixtures_10()
/external/opencv3/modules/cudabgsegm/src/
Dmog.cpp89 void setNMixtures(int nmix) { nmixtures_ = nmix; } in setNMixtures() function in __anon66be43d20111::MOGImpl
Dmog2.cpp96 void setNMixtures(int nmixtures) { nmixtures_ = nmixtures; } in setNMixtures() function in __anon3eb1d9240111::MOG2Impl
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp237 virtual void setNMixtures(int nmix) { nmixtures = nmix; } in setNMixtures() function in cv::BackgroundSubtractorMOG2Impl