Searched refs:rectMapX (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/include/
H A Dcvaux.h599 CVAPI(void) cvComputePerspectiveMap( const double coeffs[3][3], CvArr* rectMapX, CvArr* rectMapY );
/external/opencv/cvaux/src/
H A Dcvepilines.cpp2451 CV_IMPL void cvComputePerspectiveMap(const double c[3][3], CvArr* rectMapX, CvArr* rectMapY ) argument
2458 CvMat stubx, *mapx = (CvMat*)rectMapX;

Completed in 165 milliseconds