Home
last modified time | relevance | path

Searched refs:GLCM (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvtexture.cpp219 cvReleaseGLCM( CvGLCM** GLCM, int flag ) in cvReleaseGLCM() argument
227 if( !GLCM ) in cvReleaseGLCM()
230 if( *GLCM ) in cvReleaseGLCM()
233 if( (flag == CV_GLCM_GLCM || flag == CV_GLCM_ALL) && (*GLCM)->matrices ) in cvReleaseGLCM()
235 for( matrixLoop = 0; matrixLoop < (*GLCM)->numMatrices; matrixLoop++ ) in cvReleaseGLCM()
237 if( (*GLCM)->matrices[ matrixLoop ] ) in cvReleaseGLCM()
239 cvFree( (*GLCM)->matrices[matrixLoop] ); in cvReleaseGLCM()
240 cvFree( (*GLCM)->matrices + matrixLoop ); in cvReleaseGLCM()
244 cvFree( &((*GLCM)->matrices) ); in cvReleaseGLCM()
247 if( (flag == CV_GLCM_DESC || flag == CV_GLCM_ALL) && (*GLCM)->descriptors ) in cvReleaseGLCM()
[all …]
/external/opencv/cvaux/include/
Dcvaux.h801 CVAPI(void) cvReleaseGLCM( CvGLCM** GLCM, int flag CV_DEFAULT(CV_GLCM_ALL));
807 CVAPI(double) cvGetGLCMDescriptor( CvGLCM* GLCM, int step, int descriptor );
809 CVAPI(void) cvGetGLCMDescriptorStatistics( CvGLCM* GLCM, int descriptor,
812 CVAPI(IplImage*) cvCreateGLCMImage( CvGLCM* GLCM, int step );