Searched refs:BGPixelStat (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | fgd.hpp | 50 struct BGPixelStat struct 107 __device__ __forceinline__ float& BGPixelStat::Pbc(int i, int j) in Pbc() 112 __device__ __forceinline__ float& BGPixelStat::Pbcc(int i, int j) in Pbcc() 117 __device__ __forceinline__ unsigned char& BGPixelStat::is_trained_st_model(int i, int j) in is_trained_st_model() 122 __device__ __forceinline__ unsigned char& BGPixelStat::is_trained_dyn_model(int i, int j) in is_trained_dyn_model() 127 __device__ __forceinline__ float& BGPixelStat::PV_C(int i, int j, int k) in PV_C() 132 __device__ __forceinline__ float& BGPixelStat::PVB_C(int i, int j, int k) in PVB_C() 137 template <typename T> __device__ __forceinline__ T& BGPixelStat::V_C(int i, int j, int k) in V_C() 142 __device__ __forceinline__ float& BGPixelStat::PV_CC(int i, int j, int k) in PV_CC() 147 __device__ __forceinline__ float& BGPixelStat::PVB_CC(int i, int j, int k) in PVB_CC() [all …]
|
D | fgd.cu | 268 __constant__ BGPixelStat c_stat; 270 void setBGPixelStat(const BGPixelStat& stat) in setBGPixelStat() 272 cudaSafeCall( cudaMemcpyToSymbol(c_stat, &stat, sizeof(BGPixelStat)) ); in setBGPixelStat()
|
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 467 class BGPixelStat class 474 operator fgd::BGPixelStat(); 492 void BGPixelStat::create(Size size, const FGDParams& params) in create() 528 void BGPixelStat::setTrained() in setTrained() 534 BGPixelStat::operator fgd::BGPixelStat() in operator fgd::BGPixelStat() 536 fgd::BGPixelStat stat; in operator fgd::BGPixelStat() 603 BGPixelStat stat_;
|