Searched refs:rectMapX (Results 1 – 2 of 2) sorted by relevance
599 CVAPI(void) cvComputePerspectiveMap( const double coeffs[3][3], CvArr* rectMapX, CvArr* rectMapY );
2451 CV_IMPL void cvComputePerspectiveMap(const double c[3][3], CvArr* rectMapX, CvArr* rectMapY ) in cvComputePerspectiveMap() argument2458 CvMat stubx, *mapx = (CvMat*)rectMapX; in cvComputePerspectiveMap()