BGPixelStat       107 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ float& BGPixelStat::Pbc(int i, int j)
BGPixelStat       112 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ float& BGPixelStat::Pbcc(int i, int j)
BGPixelStat       117 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ unsigned char& BGPixelStat::is_trained_st_model(int i, int j)
BGPixelStat       122 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ unsigned char& BGPixelStat::is_trained_dyn_model(int i, int j)
BGPixelStat       127 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ float& BGPixelStat::PV_C(int i, int j, int k)
BGPixelStat       132 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ float& BGPixelStat::PVB_C(int i, int j, int k)
BGPixelStat       137 modules/cudalegacy/src/cuda/fgd.hpp     template <typename T> __device__ __forceinline__ T& BGPixelStat::V_C(int i, int j, int k)
BGPixelStat       142 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ float& BGPixelStat::PV_CC(int i, int j, int k)
BGPixelStat       147 modules/cudalegacy/src/cuda/fgd.hpp     __device__ __forceinline__ float& BGPixelStat::PVB_CC(int i, int j, int k)
BGPixelStat       152 modules/cudalegacy/src/cuda/fgd.hpp     template <typename T> __device__ __forceinline__ T& BGPixelStat::V1_CC(int i, int j, int k)
BGPixelStat       157 modules/cudalegacy/src/cuda/fgd.hpp     template <typename T> __device__ __forceinline__ T& BGPixelStat::V2_CC(int i, int j, int k)
BGPixelStat       175 modules/cudalegacy/src/cuda/fgd.hpp     void setBGPixelStat(const BGPixelStat& stat);
BGPixelStat       474 modules/cudalegacy/src/fgd.cpp         operator fgd::BGPixelStat();
BGPixelStat       492 modules/cudalegacy/src/fgd.cpp     void BGPixelStat::create(Size size, const FGDParams& params)
BGPixelStat       528 modules/cudalegacy/src/fgd.cpp     void BGPixelStat::setTrained()
BGPixelStat       534 modules/cudalegacy/src/fgd.cpp     BGPixelStat::operator fgd::BGPixelStat()
BGPixelStat       536 modules/cudalegacy/src/fgd.cpp         fgd::BGPixelStat stat;
BGPixelStat       603 modules/cudalegacy/src/fgd.cpp         BGPixelStat stat_;