Searched refs:srcStepDirections (Results 1 – 1 of 1) sorted by relevance
84 const int* srcStepDirections,/* should be static array.. in cvCreateGLCM() argument115 if( !srcStepDirections ) in cvCreateGLCM()117 srcStepDirections = defaultStepDirections; in cvCreateGLCM()121 memcpy( stepDirections, srcStepDirections, numStepDirections*2*sizeof(stepDirections[0])); in cvCreateGLCM()