Hello,
What is the most common way to get 4 Orientaton maps at 0, 45, 90 and 135 angles from Image. I want to apply orientation kernels. Is that good solution ?
for 0 orientation -1 -1 -1 2 2 2 -1 -1 -1
for 45 orientation -1 -1 2 -1 2 -1 2 -1 -1
for 90 orientation -1 2 -1 -1 2 -1 -1 2 -1
for 135 orientation 2 -1 -1 -1 2 -1 -1 -1 2
Cheers, roboto