Home | History | Annotate | Download | only in src

Lines Matching full:backgroundimage

180     virtual void getBackgroundImage(OutputArray backgroundImage) const;
382 bool ocl_getBackgroundImage(OutputArray backgroundImage) const;
857 void BackgroundSubtractorMOG2Impl::getBackgroundImage(OutputArray backgroundImage) const
861 CV_OCL_RUN(opencl_ON, ocl_getBackgroundImage(backgroundImage))
909 meanBackground.copyTo(backgroundImage);