Extracting image information in certain direction
Show older comments
I have an image (MxN). I want to extract the spatial directional components of the image. Say for example, if the asked direction is 0 degree, it will keep the image pixels which are oriented along 0 degree (close to the x axis). Similarly, if the asked direction is 90 degree, it will keep the image pixels which are oriented along 90 degree (close to the y axis). Thus the 45 degree will only keep the image pixels which are oriented in between the two aforementioned directions. Initially I thought sobel kernels can do this job. But, they only look for edges (change in intensity in particular directions) I think. Can anyone please tell how such spatial directional components can be extracted.
Accepted Answer
More Answers (0)
Categories
Find more on Butterworth in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



