Extracting image information in certain direction
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




