필터 지우기
필터 지우기

Find the co-ordinates of the end points of white line in the image

조회 수: 1 (최근 30일)
MJ Thangaraj
MJ Thangaraj 2016년 5월 3일
댓글: MJ Thangaraj 2016년 5월 4일
I removed the noise in the image with the edge detection command and threshold,How do i get the end co-ordinates if the white line?
<<
>>

답변 (1개)

Image Analyst
Image Analyst 2016년 5월 3일
You can use the 'endpoints' option of bwmorph():
endPointsImage = bwmorph(binaryImage, 'endpoints');
  댓글 수: 1
MJ Thangaraj
MJ Thangaraj 2016년 5월 4일
That is giving the end points of the image, I need the co-ordinates of the end of the white lines.

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

Community Treasure Hunt

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

Start Hunting!

Translated by