Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/lib/colorchecker/
Dcolorcheckertest.cpp136 int* gradientDirectionInt = new int[height * width]; in edgeDetection() local
152 gradientDirectionInt[i * width + j] = 2; in edgeDetection()
166 gradientDirectionInt[i * width + j] = in edgeDetection()
169 gradientDirectionInt[i * width + j] = in edgeDetection()
181 switch (gradientDirectionInt[i * width + j]) { in edgeDetection()
234 delete[] gradientDirectionInt; in edgeDetection()