OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idealpoints
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/calib3d/src/
circlesgrid.cpp
370
std::vector<Point2f>
idealPoints
;
377
idealPoints
.push_back(Point2f((2*j + i % 2)*squareSize, i*squareSize));
381
idealPoints
.push_back(Point2f(j*squareSize, i*squareSize));
385
Mat homography = findHomography(Mat(sortedCorners), Mat(
idealPoints
), 0);
[
all
...]
Completed in 481 milliseconds