Searched refs:gradientDirectionInt (Results 1 – 1 of 1) sorted by relevance
136 int* gradientDirectionInt = new int[height * width]; in edgeDetection() local152 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()