Lines Matching refs:height
69 return Size(patternSize.width-1, patternSize.height-1);
116 for(int j = 0; j < patternSize.height; ++j)
140 for(int j = 0; j < patternSize.height - 1; ++j)
203 float cbHalfHeight = cbHalfWidth * patternSize.height / patternSize.width;
206 float cbHalfHeightEx = cbHalfHeight * (patternSize.height + 1) / patternSize.height;
229 cbHalfHeight = cbHalfWidth * patternSize.height / patternSize.width;
232 cbHalfHeightEx = cbHalfHeight * (patternSize.height + 1) / patternSize.height;
237 float sqHeight = 2 * cbHalfHeight/patternSize.height;
268 float cbHalfHeight = squareSize.height * patternSize.height * 0.5f;
271 float cbHalfHeightEx = cbHalfHeight * (patternSize.height + 1) / patternSize.height;
299 squareSize.width, squareSize.height, pts3d, corners);
311 float cbHalfHeight = squareSize.height * patternSize.height * 0.5f;
314 float cbHalfHeightEx = cbHalfHeight * (patternSize.height + 1) / patternSize.height;
330 squareSize.width, squareSize.height, pts3d, corners);