필터 지우기
필터 지우기

to find center line of similiar multiple objects in an image

조회 수: 1 (최근 30일)
raj kumar
raj kumar 2014년 6월 9일
답변: Image Analyst 2014년 6월 10일
sir, can anyone help me to find center line of all multi objects having similiar objects in matlab.or can ony one help me to make a curved image patch into straightene

답변 (1개)

Image Analyst
Image Analyst 2014년 6월 10일
You can use regionprops() to get the orientation and centroid or weighted centroid. Then just use the point slope form of the line equation to get the equation of a line along the "centerline".

카테고리

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