Extracting image information in certain direction
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Butterworth에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




