Searched refs:CV_GLCM_ALL (Results 1 – 2 of 2) sorted by relevance
233 if( (flag == CV_GLCM_GLCM || flag == CV_GLCM_ALL) && (*GLCM)->matrices ) in cvReleaseGLCM()247 if( (flag == CV_GLCM_DESC || flag == CV_GLCM_ALL) && (*GLCM)->descriptors ) in cvReleaseGLCM()256 if( flag == CV_GLCM_ALL ) in cvReleaseGLCM()
789 #define CV_GLCM_ALL 0 macro801 CVAPI(void) cvReleaseGLCM( CvGLCM** GLCM, int flag CV_DEFAULT(CV_GLCM_ALL));