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

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 90 cvScale( &rz, &rz, 1./cvNorm(&rz,0,CV_L2) );
94 cvScale( &ry, &ry, 1./cvNorm( &ry, 0, CV_L2 ) );
cvcalibration.cpp 150 prevErrNorm = cvNorm(err, 0, CV_L2);
159 errNorm = cvNorm( err, 0, CV_L2 );
    [all...]
  /external/opencv/ml/src/
mltestset.cpp 124 CV_CALL( elem.d = cvNorm( &sample, NULL, CV_L2 ));
ml_inner_functions.cpp 357 norm = (float) cvNorm (&sample, 0, CV_L2);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 707 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C )
723 if( norm_type == CV_L2 )
756 if( norm_type == CV_L2 )
    [all...]
cxnorm.cpp     [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 476 double norm( int norm_type = CV_L2 ) const;
477 double norm( CvMat& mat, int norm_type = CV_L2 ) const;
643 double norm( int norm_type = CV_L2 ) const;
657 double norm( int normType = CV_L2 ) const;
714 double norm( int norm_type = CV_L2 ) const;
    [all...]

Completed in 297 milliseconds