HomeSort by relevance Sort by last modified time
    Searched refs:_JtJ (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvcalibration.cpp 189 bool CvLevMarq::updateAlt( const CvMat*& _param, CvMat*& _JtJ, CvMat*& _JtErr, double*& _errNorm )
206 _JtJ = JtJ;
250 _JtJ = JtJ;
    [all...]
cvfundam.cpp 536 CvMat *_JtJ = 0, *_JtErr = 0;
539 if( !solver.updateAlt( _param, _JtJ, _JtErr, _errNorm ))
550 if( _JtJ || _JtErr )
561 _JtJ->data.db[j*8+k] += J[0][j]*J[0][k] + J[1][j]*J[1][k];
    [all...]

Completed in 32 milliseconds