Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvtexture.cpp84 const int* srcStepDirections,/* should be static array.. in cvCreateGLCM() argument
115 if( !srcStepDirections ) in cvCreateGLCM()
117 srcStepDirections = defaultStepDirections; in cvCreateGLCM()
121 memcpy( stepDirections, srcStepDirections, numStepDirections*2*sizeof(stepDirections[0])); in cvCreateGLCM()