centroid of an image
显示 更早的评论
I want to find the centroid of an image.How to proceed?
1 个评论
Dipti S
2019-3-1
Something like
stats1=regionprops(BW,'MajorAxisLength','MinorAxisLength','Centroid','Orientation','Area','EquivDiameter')
centers = stats1.Centroid;
采纳的回答
更多回答(1 个)
Sean Lawson
2012-2-14
0 个投票
Broad question, if the image is your input, simply find the center of the image. But I assume you are asking a more complicated question: like find the centroid of a specific object in an image? if so, need to segment the object out of the image, then find the center point.
4 个评论
Dhrubajyoti Das
2013-9-25
I want to find the centroid of a face but the face is not in the center of the image... How to find the centroid. Can you please give an answer
Image Analyst
2013-9-25
编辑:Image Analyst
2013-9-25
Start your own new discussion. And be sure to attach your image.
Dhrubajyoti Das
2013-10-28
http://www.mathworks.com/matlabcentral/answers/104175-find-centroid-of-an-image this is the link. can you please help
Biswas Lohani V K
2016-1-25
HEllo everyone, What is the syntax for this bb = stats(object).BoundingBox; bc = stats(object).Centroid;
could you please define how this code works
Thank you
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
