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

  /external/opencv/cv/src/
cvkalman.cpp 75 cvSetIdentity( kalman->transition_matrix );
78 cvSetIdentity( kalman->process_noise_cov );
84 cvSetIdentity( kalman->measurement_noise_cov );
cvcalcimagehomography.cpp 105 cvSetIdentity( &sub );
cvundistort.cpp 303 cvSetIdentity( &_a );
315 cvSetIdentity( &_ar );
413 cvSetIdentity(&_RR);
cvcalibration.cpp 273 cvSetIdentity( JtJN, cvRealScalar(lambda) );
479 cvSetIdentity( dt3dt2 );
556 cvSetIdentity( dst );
    [all...]
  /external/opencv/ml/src/
mltestset.cpp 110 CV_CALL( cvSetIdentity( cov ) );
mlem.cpp 464 cvSetIdentity( covs[i], cvScalar(cvTrace(w).val[0]/dims) );
507 cvSetIdentity( cov_rotate_mats[i] );
509 cvSetIdentity( probs );
    [all...]
ml_inner_functions.cpp 350 cvSetIdentity (cov);
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 49 cvSetIdentity( CvArr* array, CvScalar value )
51 CV_FUNCNAME( "cvSetIdentity" );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 362 #define cvmSetIdentity( mat ) cvSetIdentity( mat )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 787 CVAPI(void) cvSetIdentity( CvArr* mat, CvScalar value CV_DEFAULT(cvRealScalar(1)) );
    [all...]

Completed in 65 milliseconds