Searched refs:newVectorX_points4D (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvlevmarprojbandle.cpp | 1061 CvMat *newVectorX_points4D = 0; local 1135 CV_CALL( newVectorX_points4D = cvCreateMat(4,numPoints,CV_64F)); 1588 cvmSet(newVectorX_points4D,i,currPoint, 1595 icvProjPointsStatusFunc(numImages, newVectorX_points4D, newVectorX_projMatrs, pointsPres, projVisPoints); 1680 currNorm1 = cvNorm(newVectorX_points4D,vectorX_points4D); 1681 currNorm2 = cvNorm(newVectorX_points4D); 1711 cvCopy(newVectorX_points4D,vectorX_points4D); 1744 cvCopy(newVectorX_points4D,resultPoints4D); 1754 cvFree(&newVectorX_points4D);
|
Completed in 41 milliseconds