Searched defs:fmatrix (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
H A D | cvfundam.cpp | 695 double* fmatrix = _fmatrix->data.db; local 767 for( k = 0; k < n; k++, fmatrix += 9 ) 773 // normalize each matrix, so that F(3,3) (~fmatrix[8]) == 1 778 fmatrix[8] = 1.; 781 fmatrix[8] = 0.; 784 fmatrix[i] = f1[i]*lambda + f2[i]*mu; 804 double* fmatrix = _fmatrix->data.db; local 901 F0.data.db = fmatrix; 947 CvMat* fmatrix, int method, 962 CV_ASSERT( CV_IS_MAT(fmatrix) 946 cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, CvMat* fmatrix, int method, double param1, double param2, CvMat* mask ) argument 1029 cvComputeCorrespondEpilines( const CvMat* points, int pointImageID, const CvMat* fmatrix, CvMat* lines ) argument [all...] |
Completed in 144 milliseconds