필터 지우기
필터 지우기

How to find center point of a colored image?

조회 수: 1 (최근 30일)
sangeeta
sangeeta 2013년 3월 18일
This point is needed to draw circles on image.

채택된 답변

Walter Roberson
Walter Roberson 2013년 3월 18일
Divide size() by 2.
If you want to find the center according to content, then you need to define which parts are content to be considered and which parts are to be disregarded.
Colored images often imply different densities of materials. If that is the case with your image, then you need to define the mapping between color and density if you wish to find the center of mass.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by