Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvtexture.cpp466 descriptors[ CV_GLCMDESC_ENTROPY ] += entryValue * log( entryValue ); in icvCreateGLCMDescriptors_AllowDoubleNest()
479 descriptors[ CV_GLCMDESC_ENTROPY ] = -descriptors[ CV_GLCMDESC_ENTROPY ]; in icvCreateGLCMDescriptors_AllowDoubleNest()
484 HXY = descriptors[ CV_GLCMDESC_ENTROPY ]; in icvCreateGLCMDescriptors_AllowDoubleNest()
/external/opencv/cvaux/include/
Dcvaux.h778 #define CV_GLCMDESC_ENTROPY 0 macro