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

  /external/opencv3/modules/video/src/
bgfg_KNN.cpp 85 fTb = defaultDist2Threshold;
110 fTb = _dist2Threshold>0? _dist2Threshold : defaultDist2Threshold;
172 virtual double getDist2Threshold() const { return fTb; }
173 virtual void setDist2Threshold(double _dist2Threshold) { fTb = (float)_dist2Threshold; }
190 << "dist2Threshold" << fTb
202 fTb = (float)fn["dist2Threshold"];
219 float fTb;
590 fTb,
bgfg_gaussmix2.cpp 346 // corresponds to fTB=1-cf from the paper
406 float fTb;
421 float fTB;//1-cf from the paper
    [all...]
  /external/skia/samplecode/
SampleAll.cpp 522 SkImageDecoder::DecodeFile("/Users/caryclark/Desktop/tbcirc.gif", &fTb);
572 SkBitmap fBug, fTb, fTx;

Completed in 40 milliseconds