Info
この質問は閉じられています。 編集または回答するには再度開いてください。
how i can transfer this image ?
1 回表示 (過去 30 日間)
古いコメントを表示
i find it's center by :
s=regionprops(image_1,'centroid'); c=round(s.Centroid);
c is :[159 169]
i want to transfer this image to be in the center of the whole figure
i mean i want to rising object(hand) above, how this can be done ?
regards
1 件のコメント
Image Analyst
2012 年 1 月 22 日
Why do you want to do that? It shouldn't be necessary. If it is, just crop it and assign it to a new, blank image in the correct rows and columns.
回答 (1 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!