Searched refs:V2_CC (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.hpp | 67 template <typename T> __device__ T& V2_CC(int i, int j, int k); 157 template <typename T> __device__ __forceinline__ T& BGPixelStat::V2_CC(int i, int j, int k) in V2_CC() function in fgd::BGPixelStat
|
D | fgd.cu | 324 OT v2 = c_stat.V2_CC<OT>(i, j, k); in bgfgClassification() 458 OT v2 = c_stat.V2_CC<OT>(i, j, k); in updateBackgroundModel() 486 c_stat.V2_CC<OT>(i, j, indx) = Output<OT>::make(curVal.x, curVal.y, curVal.z); in updateBackgroundModel() 503 const OT V2_CC_indx = c_stat.V2_CC<OT>(i, j, indx); in updateBackgroundModel() 535 v2_tmp1 = c_stat.V2_CC<OT>(i, j, l); in updateBackgroundModel() 536 c_stat.V2_CC<OT>(i, j, l) = v2_tmp2; in updateBackgroundModel()
|