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

  /external/opencv/cvaux/src/
cvlevmar.cpp 162 cvSub(observRes,resFunc,error);
201 cvSub(observRes,resNewFunc,errorNew);
280 cvSub(obs,res,tmp);
cvlevmarprojbandle.cpp     [all...]
cvmat.cpp 400 cvSub( a, b, this );
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 106 cvSub( &sub, &r_trans, &sub );
cvinpaint.cpp 782 cvSub(band,mask,band,NULL);
796 cvSub(out,mask,out,NULL)
    [all...]
cvmorph.cpp     [all...]
cvcalibration.cpp     [all...]
  /external/opencv3/modules/photo/src/
inpaint.cpp 778 cvSub(band,mask,band,NULL);
792 cvSub(out,mask,out,NULL);
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
cxmatmul.cpp     [all...]
cxarithm.cpp 271 cvSub( const void* srcarr1, const void* srcarr2,
279 CV_FUNCNAME( "cvSub" );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 364 #define cvmSub( src1, src2, dst ) cvSub( src1, src2, dst, 0 )
    [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 515 CVAPI(void) cvSub( const CvArr* src1, const CvArr* src2, CvArr* dst,
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp 295 cvSub( dE_dX[n_layers], &etalon, dE_dX[n_layers] );
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1169 cvSub( this, &mat, this );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]

Completed in 282 milliseconds