Searched refs:vectorX_points4D (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlevmarprojbandle.cpp | 1058 CvMat *vectorX_points4D = 0; in cvOptimizeLevenbergMarquardtBundle() local 1132 CV_CALL( vectorX_points4D = cvCreateMat(4,numPoints,CV_64F)); in cvOptimizeLevenbergMarquardtBundle() 1196 …icvReconstructPoints4DStatus(observProjPoints, projMatrs, pointsPres, vectorX_points4D, numImages); in cvOptimizeLevenbergMarquardtBundle() 1288 …icvProjPointsStatusFunc(numImages, vectorX_points4D, vectorX_projMatrs, pointsPres, projVisPoints); in cvOptimizeLevenbergMarquardtBundle() 1350 double norm = cvNorm(vectorX_points4D); in cvOptimizeLevenbergMarquardtBundle() 1364 … icvComputeDerivateProjAll(vectorX_points4D,vectorX_projMatrs,pointsPres,numImages,DerivProj); in cvOptimizeLevenbergMarquardtBundle() 1367 … icvComputeDerivatePointsAll(vectorX_points4D,vectorX_projMatrs,pointsPres,numImages,DerivPoint); in cvOptimizeLevenbergMarquardtBundle() 1407 double norm1 = cvNorm(vectorX_points4D); in cvOptimizeLevenbergMarquardtBundle() 1589 cvmGet(vectorX_points4D,i,currPoint) + cvmGet(deltaM,currPoint*4+i,0)); in cvOptimizeLevenbergMarquardtBundle() 1680 currNorm1 = cvNorm(newVectorX_points4D,vectorX_points4D); in cvOptimizeLevenbergMarquardtBundle() [all …]
|