필터 지우기
필터 지우기

welcom how find center this image

조회 수: 3 (최근 30일)
fatima ali
fatima ali 2014년 12월 24일
편집: fatima ali 2015년 1월 30일
welcom how find center this image...i find top,bottom,left side,right side this image...how find center of image depends on top,bottom,left side,right side this image thanks
  댓글 수: 3
fatima ali
fatima ali 2014년 12월 24일
i want find center of foot ..what mean the center of the image is trivial to find. And you did ask for the center of an image.you mean this foot not content center
John D'Errico
John D'Errico 2014년 12월 24일
That is my point. The center of a rectangular image is trivial, because you need merely count pixels.
My other point was a more significant one, that you need to define what it means to find the center of a foot, or ANY irregular object. There are many ways one might define "center". What that word means to you is probably not what it means to me.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 12월 24일
Threshold it. Throw out small blobs with bwareaopen() or other methods. Then call regionprops() and ask for centroid. See attached m-file.

카테고리

Help CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by