Help with using SURF to analyze an image?
이전 댓글 표시
So I am trying to analyze and image using "surf" to make a 3D plot whose z value is the gray scale, where darker image will have lower z (Black is 0, White is 255). How would I use surf to analyze an image like that?
채택된 답변
추가 답변 (2개)
Image Analyst
2018년 7월 14일
1 개 추천
Perhaps you'd like meshcanopy: https://www.mathworks.com/matlabcentral/fileexchange/29485-meshcanopy

Image Analyst
2018년 7월 13일
0 개 추천
You wouldn't. The surf() function in base MATLAB just for visualization of smooth images, as opposed to SURF from the Computer Vision System Toolbox. The surf() function is not very good for visualizing rough images, and no good at all for analysis. See my Image Segmentation Tutorial in my File Exchange for an intro to image analysis.
카테고리
도움말 센터 및 File Exchange에서 Color Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
