Searched refs:cvComputePerspectiveMap (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp812 cvComputePerspectiveMap(stereo.coeffs[i], rectMap[i][0], rectMap[i][1]);
H A Dcvepilines.cpp2451 CV_IMPL void cvComputePerspectiveMap(const double c[3][3], CvArr* rectMapX, CvArr* rectMapY ) function
2453 CV_FUNCNAME( "cvComputePerspectiveMap" );
/external/opencv/cvaux/include/
H A Dcvaux.h599 CVAPI(void) cvComputePerspectiveMap( const double coeffs[3][3], CvArr* rectMapX, CvArr* rectMapY );

Completed in 135 milliseconds