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

  /external/opencv/ml/src/
mlboost.cpp     [all...]
mlem.cpp 285 CV_CALL( cvExp( &expo, &expo ));
951 CV_CALL(cvExp( probs, probs )); // exp( S_ik )
    [all...]
mlcnn.cpp 378 cvExp( probs, probs );
    [all...]
mlann_mlp.cpp 439 cvExp( sums, sums );
515 cvExp( _xf, _xf );
    [all...]
mlsvm.cpp 318 cvExp( &R, &R );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 319 cvExp( &mx, &my );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 647 CVAPI(void) cvExp( const CvArr* src, CvArr* dst );
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp     [all...]

Completed in 407 milliseconds