HomeSort by relevance Sort by last modified time
    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