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

  /cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h 78 float* gradientDirection);
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 137 float* gradientDirection = new float[height * width];
153 gradientDirection[i * width + j] = 90.0f;
161 gradientDirection[i * width + j] = gradient * 45.0f;
230 houghLineDetection(edgeMap, gradientMagnitude, gradientDirection);
236 delete[] gradientDirection;
250 float* gradientDirection) {
296 -gradientDirection[i * width + j]) + 225 % 180);
    [all...]

Completed in 43 milliseconds