What is an edge exacty in matlab? is it simply a line ?

2 visualizaciones (últimos 30 días)
bh dhouha
bh dhouha el 5 de Abr. de 2015
Comentada: bh dhouha el 5 de Abr. de 2015
Here i'm not talking about image processing or edge detection. i mean drawing an edge given two points what does it mean? if it is simply a line then why we call it edge. In the packege geom2d.rar there are functions drawEdge intersecEdges etc , ... i just dont understand what is the difference between an edge and a line

Respuesta aceptada

David Young
David Young el 5 de Abr. de 2015
Editada: David Young el 5 de Abr. de 2015
I assume you're referring to David Legland's toolbox from the FEX. It isn't a question of how the term is used "in matlab", it's a question of how David Legland is using it in his toolbox. The best way to get clarification would be to ask him - you could try contacting via his author page, if you haven't already done so.
However, from the documentation for lines2d and edges2d, it seems clear that "line" is used to mean an unbounded line (i.e. without end points), whilst "edge" is used to mean a bounded line, often called a line segment (i.e. with end points).
  4 comentarios
David Young
David Young el 5 de Abr. de 2015
Just had another look at the documentation and revised my answer, bh. To contact him, just go to the toolbox page on the FEX (link above), click his name, then view profile, and you'll find a "contact" link. But I think I've got it figured out now.
bh dhouha
bh dhouha el 5 de Abr. de 2015
yap i understood now the difference :) thanks david

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by