Searched refs:Fbd (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.cu | 293 const PtrStepb Ftd, const PtrStepb Fbd, PtrStepb foreground, in bgfgClassification() argument 302 if (Fbd(i, j) || Ftd(i, j)) in bgfgClassification() 371 …_gpu(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… in bgfgClassification_gpu() argument 380 Ftd, Fbd, foreground, in bgfgClassification_gpu() 388 …ar3>(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… 389 …ar4>(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… 390 …ar3>(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… 391 …ar4>(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… 392 …ar3>(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… 393 …ar4>(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… [all …]
|
D | fgd.hpp | 179 … cv::cuda::PtrStepSzb Ftd, cv::cuda::PtrStepSzb Fbd, cv::cuda::PtrStepSzb foreground, 184 …cv::cuda::PtrStepSzb Ftd, cv::cuda::PtrStepSzb Fbd, cv::cuda::PtrStepSzb foreground, cv::cuda::Ptr…
|
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 268 const GpuMat& Ftd, const GpuMat& Fbd, in bgfgClassification() argument 272 …c_t)(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, PtrStepSzb foregro… in bgfgClassification() 297 …ame.channels() - 1][curFrame.channels() - 1][out_cn - 1](prevFrame, curFrame, Ftd, Fbd, foreground, in bgfgClassification() 426 …kgroundModel(const GpuMat& prevFrame, const GpuMat& curFrame, const GpuMat& Ftd, const GpuMat& Fbd, in updateBackgroundModel() argument 430 … typedef void (*func_t)(PtrStepSzb prevFrame, PtrStepSzb curFrame, PtrStepSzb Ftd, PtrStepSzb Fbd, in updateBackgroundModel() 457 prevFrame, curFrame, Ftd, Fbd, foreground, background, in updateBackgroundModel()
|
/external/opencv/cvaux/src/ |
D | cvbgfg_acmmm2003.cpp | 156 …CV_CALL( p_model->Fbd = cvCreateImage(cvSize(first_frame->width, first_frame->height), IPL_DEPTH_8… in cvCreateFGDStatModel() 201 cvReleaseImage( &model->Fbd ); in icvReleaseFGDStatModel() 352 cvChangeDetection( model->background, curr_frame, model->Fbd ); in icvUpdateFGDStatModel() 358 …if( ((uchar*)model->Fbd->imageData)[i*mask_step+j] || ((uchar*)model->Ftd->imageData)[i*mask_step+… in icvUpdateFGDStatModel() 710 !((uchar*)model->Fbd->imageData)[i*mask_step+j] ) in icvUpdateFGDStatModel()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1305 IplImage* Fbd; member
|