HomeSort by relevance Sort by last modified time
    Searched refs:stepDirections (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvtexture.cpp 93 int* stepDirections = 0;
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/
cvaux.h     [all...]

Completed in 52 milliseconds