Home | History | Annotate | Download | only in test

Lines Matching defs:imgSize

308         Size imgSize = images[imageIdx].size();
309 float dist = min(imgSize.height, imgSize.width) * eps.dist;
310 float wDiff = imgSize.width * eps.s;
311 float hDiff = imgSize.height * eps.s;
340 float minDist = (float)norm( Point(imgSize.width, imgSize.height) );