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

/external/opencv/cvaux/src/
H A Dcvtexture.cpp59 int numMatrices; member in struct:CvGLCM
141 newGLCM->numMatrices = numStepDirections;
195 /* newGLCM->numMatrices *= 2;
235 for( matrixLoop = 0; matrixLoop < (*GLCM)->numMatrices; matrixLoop++ )
249 for( matrixLoop = 0; matrixLoop < (*GLCM)->numMatrices; matrixLoop++ )
387 cvAlloc( destGLCM->numMatrices*sizeof(destGLCM->descriptors[0])));
389 for( matrixLoop = 0; matrixLoop < destGLCM->numMatrices; matrixLoop ++ )
409 if(matrixLoop < destGLCM->numMatrices>>1)
546 if( (unsigned)step >= (unsigned)(GLCM->numMatrices))
547 CV_ERROR( CV_StsOutOfRange, "step is not in 0 .. GLCM->numMatrices
574 int matrixLoop, numMatrices; local
[all...]

Completed in 51 milliseconds