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

/external/opencv/cvaux/src/
H A Dcvtexture.cpp56 struct CvGLCM struct
74 CvSize srcImageSize, CvGLCM* destGLCM,
78 icvCreateGLCMDescriptors_AllowDoubleNest( CvGLCM* destGLCM, int matrixIndex );
81 CV_IMPL CvGLCM*
92 CvGLCM* newGLCM = 0;
137 CV_CALL( newGLCM = (CvGLCM*)cvAlloc(sizeof(newGLCM)));
219 cvReleaseGLCM( CvGLCM** GLCM, int flag )
269 CvGLCM* destGLCM,
360 cvCreateGLCMDescriptors( CvGLCM* destGLCM, int descriptorOptimizationType )
424 icvCreateGLCMDescriptors_AllowDoubleNest( CvGLCM* destGLC
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h793 typedef struct CvGLCM CvGLCM; typedef in typeref:struct:CvGLCM
795 CVAPI(CvGLCM*) cvCreateGLCM( const IplImage* srcImage,
801 CVAPI(void) cvReleaseGLCM( CvGLCM** GLCM, int flag CV_DEFAULT(CV_GLCM_ALL));
803 CVAPI(void) cvCreateGLCMDescriptors( CvGLCM* destGLCM,
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 );

Completed in 33 milliseconds