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