Home
last modified time | relevance | path

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

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