Image Processing ( calculate perimeter)
이전 댓글 표시
just doing an image processing application at the moment for hand therapy system .. Is it possible to measure the perimeter or area of this image ( the hand ) by using any method im new to matlab. http://www.flickr.com/photos/60171113@N05/5597154717/ thanks
댓글 수: 1
Sean de Wolski
2011년 4월 7일
Are the images with the blue background your starting images?
Ps. Well written question with sample images provided. +1!
답변 (3개)
David Young
2011년 4월 7일
0 개 추천
If you have the Image Processing Toolbox, have a look at using morphology operations to simplify the binary image into one blob. The 'close' option of bwmorph might be a good starting point.
Then to get the measurement, try the 'Perimeter' and 'Area' options of regionprops.
Prashan
2011년 4월 9일
0 개 추천
댓글 수: 1
David Young
2011년 4월 11일
Prashan, it's better to comment on my answer rather than give extra answers. Anyway, your image looks good - you should be able to get the perimeter easily using regionprops, with 'Perimeter' as the required property.
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!