Searched refs:fCT (Results 1 – 2 of 2) sorted by relevance
142 fCT = defaultfCT2; in BackgroundSubtractorMOG2Impl()167 fCT = defaultfCT2; in BackgroundSubtractorMOG2Impl()257 virtual double getComplexityReductionThreshold() const { return fCT; } in getComplexityReductionThreshold()258 virtual void setComplexityReductionThreshold(double ct) { fCT = (float)ct; } in setComplexityReductionThreshold()290 << "complexityReductionThreshold" << fCT in write()307 fCT = (float)fn["complexityReductionThreshold"]; in read()366 float fCT;//CT - complexity reduction prior member in cv::BackgroundSubtractorMOG2Impl433 float fCT;//CT - complexity reduction prior member778 idxArg = kernel_apply.set(idxArg, (float)(-learningRate*fCT)); //prune in ocl_apply()852 fVarInit, fVarMin, fVarMax, float(-learningRate*fCT), fTau, in apply()
167 SkColorType fCT; in onDraw() member182 SkImageInfo info = SkImageInfo::Make(100, 100, rec[i].fCT, rec[i].fAT); in onDraw()