Searched refs:CvMatr64d (Results 1 - 4 of 4) sorted by relevance
/external/opencv/cvaux/include/ |
H A D | cvaux.h | 569 CVAPI(int) icvCreateConvertMatrVect( CvMatr64d rotMatr1, 570 CvMatr64d transVect1, 571 CvMatr64d rotMatr2, 572 CvMatr64d transVect2, 573 CvMatr64d convRotMatr, 574 CvMatr64d convTransVect); 578 CvMatr64d rotMatr, 579 CvMatr64d transVect 605 CvMatr64d camMatr1, 606 CvMatr64d rotMatr [all...] |
/external/opencv/cvaux/src/ |
H A D | cvepilines.cpp | 141 int icvCreateConvertMatrVect( CvMatr64d rotMatr1, 142 CvMatr64d transVect1, 143 CvMatr64d rotMatr2, 144 CvMatr64d transVect2, 145 CvMatr64d convRotMatr, 146 CvMatr64d convTransVect) 178 CvMatr64d rotMatr, 179 CvMatr64d transVect 198 CvMatr64d camMatr1, 199 CvMatr64d rotMatr [all...] |
H A D | cvhmm1d.cpp | 71 CvStatus icvForward1DHMM( int num_states, int num_obs, CvMatr64d A, 72 CvMatr64d B,
|
/external/opencv/cv/include/ |
H A D | cvtypes.h | 229 typedef double* CvMatr64d; typedef
|
Completed in 182 milliseconds