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

/external/opencv/cvaux/src/
H A Dcvtexture.cpp93 int* stepDirections = 0; local
120 CV_CALL( stepDirections = (int*)cvAlloc( numStepDirections*2*sizeof(stepDirections[0])));
121 memcpy( stepDirections, srcStepDirections, numStepDirections*2*sizeof(stepDirections[0]));
130 stepDirections[stepLoop*2 + 0] *= stepMagnitude;
131 stepDirections[stepLoop*2 + 1] *= stepMagnitude;
133 memorySteps[stepLoop] = stepDirections[stepLoop*2 + 0]*srcImageStep +
134 stepDirections[stepLoop*2 + 1];
188 newGLCM, stepDirections,
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h797 const int* stepDirections CV_DEFAULT(0),

Completed in 48 milliseconds