Searched refs:utemp (Results 1 – 2 of 2) sorted by relevance
607 EAS_U32 utemp; in getDecayScale() local613 utemp = 512;//32768; in getDecayScale()616 utemp = 511;//32709; in getDecayScale()619 utemp = 510;//32649; in getDecayScale()622 utemp = 508;//32532; in getDecayScale()625 utemp = 505;//32298; in getDecayScale()628 utemp = 497;//31835; in getDecayScale()631 utemp = 483;//30929; in getDecayScale()634 utemp = 456;//29193; in getDecayScale()637 utemp = 406;//26008; in getDecayScale()[all …]
1353 Mat temp(imgsize, CV_8U), utemp, map1, map2; in checkPandROI() local1356 remap(temp, utemp, map1, map2, INTER_LINEAR); in checkPandROI()1364 double s = sum(utemp(roi))[0]; in checkPandROI()