Searched refs:dst_matrix (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvimgwarp.cpp | 1086 double src_matrix[6], dst_matrix[6]; in cvWarpAffine() local 1090 dstAb = cvMat( 2, 3, CV_64F, dst_matrix ), in cvWarpAffine() 1168 ofs[2*k] = CV_FLT_TO_FIX( dst_matrix[0]*k, ICV_WARP_SHIFT ); in cvWarpAffine() 1169 ofs[2*k+1] = CV_FLT_TO_FIX( dst_matrix[3]*k, ICV_WARP_SHIFT ); in cvWarpAffine() 1179 dst->step, dsize, dst_matrix, cn, in cvWarpAffine() 1363 double src_matrix[9], dst_matrix[9]; in cvWarpPerspective() local 1366 invA = cvMat( 3, 3, CV_64F, dst_matrix ); in cvWarpPerspective() 1466 dst->step, dsize, dst_matrix, cn, in cvWarpPerspective()
|