OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:projpoints_ptr
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/calib3d/src/
solvepnp.cpp
192
const Point2f*
projpoints_ptr
= projpoints.ptr<Point2f>();
local
198
err[i] = (float)norm( ipoints_ptr[i] -
projpoints_ptr
[i] );
Completed in 575 milliseconds