OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inrect3
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/calib3d/test/
test_chessboardgenerator.cpp
222
bool
inrect3
= pts2d[2].x < bg.cols && pts2d[2].y < bg.rows && pts2d[2].x > 0 && pts2d[2].y > 0;
local
225
if (inrect1 && inrect2 &&
inrect3
&& inrect4)
287
bool
inrect3
= pts2d[2].x < bg.cols && pts2d[2].y < bg.rows && pts2d[2].x > 0 && pts2d[2].y > 0;
local
290
if ( inrect1 && inrect2 &&
inrect3
&& inrect4)
Completed in 51 milliseconds