Searched refs:cvReleaseGLCM (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtexture.cpp219 cvReleaseGLCM( CvGLCM** GLCM, int flag ) function
221 CV_FUNCNAME( "cvReleaseGLCM" );
355 cvReleaseGLCM( &destGLCM, CV_GLCM_GLCM );
374 CV_CALL( cvReleaseGLCM( &destGLCM, CV_GLCM_DESC ));
419 cvReleaseGLCM( &destGLCM, CV_GLCM_DESC );
/external/opencv/cvaux/include/
H A Dcvaux.h801 CVAPI(void) cvReleaseGLCM( CvGLCM** GLCM, int flag CV_DEFAULT(CV_GLCM_ALL));

Completed in 49 milliseconds