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

  /external/opencv3/samples/gpu/
bgfg_segm.cpp 28 "{ m method | mog | method (mog, mog2, gmg, fgd) }"
45 && method != "fgd")
53 method == "fgd" ? FGD_STAT :
77 Ptr<BackgroundSubtractor> fgd = cuda::createBackgroundSubtractorFGD(); local
102 fgd->apply(d_frame, d_fgmask);
141 fgd->apply(d_frame, d_fgmask);
142 fgd->getBackgroundImage(d_bgimg);
  /external/opencv3/modules/cudalegacy/src/
fgd.cpp 56 #include "cuda/fgd.hpp"
164 {0,0,fgd::calcDiffHistogram_gpu<uchar3, uchar3>,fgd::calcDiffHistogram_gpu<uchar3, uchar4>},
165 {0,0,fgd::calcDiffHistogram_gpu<uchar4, uchar3>,fgd::calcDiffHistogram_gpu<uchar4, uchar4>}
169 histBuf.create(3, fgd::PARTIAL_HISTOGRAM_COUNT * fgd::HISTOGRAM_BIN_COUNT, CV_32SC1);
178 void calcRelativeVariance(unsigned int hist[3 * 256], double relativeVariance[3][fgd::HISTOGRAM_BIN_COUNT])
180 std::memset(relativeVariance, 0, 3 * fgd::HISTOGRAM_BIN_COUNT * sizeof(double));
182 for (int thres = fgd::HISTOGRAM_BIN_COUNT - 2; thres >= 0; --thres
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
fgd.hpp 48 namespace fgd namespace
fgd.cu 51 #include "fgd.hpp"
56 namespace fgd
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h 1774 FILEDESCRIPTORA fgd[1]; member in struct:_FILEGROUPDESCRIPTORA
1779 FILEDESCRIPTORW fgd[1]; member in struct:_FILEGROUPDESCRIPTORW
    [all...]

Completed in 2879 milliseconds