Home | History | Annotate | Download | only in include

Lines Matching defs:matrix

73 /* Calculates covariation matrix of a set of arrays */
78 /* Calculates eigen values and vectors of covariation matrix of a set of
189 coefficient matrix */
369 // weight_edge - optional matrix of floats, of width and height = graph->total.
374 // If this parameter is not zero structure of the graph is determined from matrix
408 // weight_edge - optional matrix of floats, of width and height = graph->total.
512 float matrix[9]; /* intinsic camera parameters: [ fx 0 cx; 0 fy cy; 0 0 1 ] */
516 float transVect[3]; /* rotation matrix and transition vector relatively
524 float fundMatr[9]; /* fundamental matrix */
1032 CVAPI(void) cvInitPerspectiveTransform( CvSize size, const CvPoint2D32f vertex[4], double matrix[3][3],
1045 CVAPI(void) cvMakeScanlines( const CvMatrix3* matrix, CvSize img_size,