Draw normal to edge detection image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have an image that is the resulting image after detecting an edges, now i have to draw normal vector to the surfaces of the image .
0 Kommentare
Antworten (1)
Wolfgang Schwanghart
am 23 Mai 2011
You can compute surface normals using the function surfnorm. Then, you can use quiver to draw the vectors.
HTH, W.
1 Kommentar
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!