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
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
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
Prashan 2011 年 4 月 7 日

0 投票

working on this now thank you for the support will keep you posted
Prashan
Prashan 2011 年 4 月 9 日

0 投票

so far i managed to get to this point how do i now calculate the perimter of this hand . ive got the left image using bmarea and the one on the left is when the image is closed. http://www.flickr.com/photos/60171113@N05/5602943214/ thank u

1 件のコメント

David Young
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 ExchangeRead, Write, and Modify Image についてさらに検索

質問済み:

2011 年 4 月 7 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by