Draw normal to edge detection image
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Wolfgang Schwanghart
2011년 5월 23일
You can compute surface normals using the function surfnorm. Then, you can use quiver to draw the vectors.
HTH, W.
댓글 수: 1
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!