Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
MJ Thangaraj
MJ Thangaraj el 3 de Mayo de 2016
Comentada: MJ Thangaraj el 4 de Mayo de 2016
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?
<<
>>

Respuestas (1)

Image Analyst
Image Analyst el 3 de Mayo de 2016
You can use the 'endpoints' option of bwmorph():
endPointsImage = bwmorph(binaryImage, 'endpoints');
  1 comentario
MJ Thangaraj
MJ Thangaraj el 4 de Mayo de 2016
That is giving the end points of the image, I need the co-ordinates of the end of the white lines.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by