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

  /external/opencv/cv/src/
cvadapthresh.cpp 62 CV_CALL( cvSetZero( dst ));
cvthresh.cpp 360 CV_CALL( cvSetZero( dst ));
cvgeometry.cpp 564 cvSetZero(tmpProjMatr); // Add zero row to make matrix square.
  /external/opencv/ml/src/
mltestset.cpp 108 CV_CALL( cvSetZero( mean ) );
ml_inner_functions.cpp     [all...]
mlcnn.cpp     [all...]
  /external/opencv/cxcore/include/
cvwimage.h 76 // im.SetZero(); // same as cvSetZero(im.Ipl())
231 // Set contents to zero which is just a convenient to cvSetZero
232 void SetZero() { cvSetZero(image_); }
cxcore.h 449 CVAPI(void) cvSetZero( CvArr* arr );
450 #define cvZero cvSetZero
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 672 cvSetZero( CvArr* arr )
674 CV_FUNCNAME( "cvSetZero" );
    [all...]
cxmatrix.cpp     [all...]
cxsvd.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 361 #define cvmSetZero( mat ) cvSetZero( mat )
    [all...]

Completed in 321 milliseconds