Searched refs:resPoints4D (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp1081 CvMat *resPoints4D;
1082 resPoints4D = cvCreateMat(4,maxGoodPoints,CV_64F);
1107 resPoints4D,//resPoints4D,
1171 cvReleaseMat(&resPoints4D);
1189 CvMat *resPoints4D; local
1190 resPoints4D = cvCreateMat(4,numPoints,CV_64F);
1214 resPoints4D,//resPoints4D,
1280 cvReleaseMat(&resPoints4D);
[all...]

Completed in 46 milliseconds