Searched refs:CvMatrix3 (Results 1 - 5 of 5) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | _cvvm.h | 143 CvStatus icvGetCoefficient( CvMatrix3* matrix, 149 CvStatus icvGetCoefficientDefault( CvMatrix3* matrix, 155 CvStatus icvGetCoefficientStereo( CvMatrix3* matrix, 164 CvStatus icvGetCoefficientOrto( CvMatrix3* matrix, 181 CvMatrix3* matrix, 191 CvMatrix3* matrix, 200 CvMatrix3* matrix, 206 CvMatrix3* matrix, 212 CvMatrix3* matrix, 218 CvMatrix3* matri [all...] |
H A D | cvscanlines.cpp | 47 icvGetNormalVector3( CvMatrix3 * Matrix, float *v ) 95 icvMultMatrixVector3( CvMatrix3 * m, float *src, float *dst ) 112 icvMultMatrixTVector3( CvMatrix3 * m, float *src, float *dst ) 152 icvMakeScanlines( CvMatrix3 * matrix, 260 icvGetCoefficient( CvMatrix3 * matrix, 265 CvMatrix3 *F; 266 CvMatrix3 Ft; 335 icvGetCoefficientDefault( CvMatrix3 * matrix, 369 icvGetCoefficientOrto( CvMatrix3 * matrix, 375 CvMatrix3 * [all...] |
H A D | cvlmeds.cpp | 48 icvLMedS( int *points1, int *points2, int numPoints, CvMatrix3 * fundamentalMatrix ) 1658 icvLMedS7( int *points1, int *points2, CvMatrix3 * matrix )
|
/external/opencv/cv/include/ |
H A D | cvtypes.h | 231 typedef struct CvMatrix3 struct 235 CvMatrix3; typedef in typeref:struct:CvMatrix3
|
/external/opencv/cvaux/include/ |
H A D | cvaux.h | 1045 CVAPI(void) cvMakeScanlines( const CvMatrix3* matrix, CvSize img_size,
|
Completed in 165 milliseconds