HomeSort by relevance Sort by last modified time
    Searched refs:is_trained_dyn_model (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/cudalegacy/src/cuda/
fgd.hpp 58 __device__ unsigned char& is_trained_dyn_model(int i, int j);
122 __device__ __forceinline__ unsigned char& BGPixelStat::is_trained_dyn_model(int i, int j) function in class:fgd::BGPixelStat
fgd.cu 313 if (!c_stat.is_trained_dyn_model(i, j))
413 const uchar is_trained_dyn_model = c_stat.is_trained_dyn_model(i, j);
414 if (Ftd(i, j) || !is_trained_dyn_model)
416 const float alpha = is_trained_dyn_model ? alpha2 : alpha3;
559 c_stat.is_trained_dyn_model(i, j) = 1;
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 377 if( !stat->is_trained_dyn_model ) {
480 stat->is_trained_st_model = stat->is_trained_dyn_model = 1;
497 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] || !stat->is_trained_dyn_model )
499 float alpha = stat->is_trained_dyn_model ? model->params.alpha2 : model->params.alpha3;
587 if( sum1 > model->params.T ) stat->is_trained_dyn_model = 1;
  /external/opencv/cvaux/include/
cvaux.h 1295 uchar is_trained_dyn_model; member in struct:CvBGPixelStat
    [all...]

Completed in 1152 milliseconds