Searched refs:cvFindHomography (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/calib3d/include/opencv2/calib3d/ |
D | calib3d_c.h | 143 CVAPI(int) cvFindHomography( const CvMat* src_points,
|
/external/opencv3/modules/calib3d/src/ |
D | compat_ptsetreg.cpp | 301 CV_IMPL int cvFindHomography( const CvMat* _src, const CvMat* _dst, CvMat* __H, int method, in cvFindHomography() function
|
D | calibration.cpp | 1018 cvFindHomography( _Mxy, _mn, &matH ); in cvFindExtrinsicCameraParams2() 1183 cvFindHomography( &matM, &_m, &matH ); in cvInitIntrinsicParams2D()
|
/external/opencv/cv/include/ |
D | cv.h | 1198 CVAPI(int) cvFindHomography( const CvMat* src_points, in LOAD_CHDL()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 1217 cvFindHomography( _Mxy, _mn, &_H ); in cvFindExtrinsicCameraParams2() 1389 cvFindHomography( &_M, &_m, &_H ); in cvInitIntrinsicParams2D()
|
D | cvfundam.cpp | 576 cvFindHomography( const CvMat* objectPoints, const CvMat* imagePoints, in cvFindHomography() function
|