How to remove center traingle in a circle image?

2 visualizaciones (últimos 30 días)
Selva Karna
Selva Karna el 13 de Dic. de 2018
Comentada: Image Analyst el 14 de Dic. de 2018
How do I remove a center triangle of a circle image? Can any one share ideas?vsk_triangul.jpg
  6 comentarios
Selva Karna
Selva Karna el 14 de Dic. de 2018
Editada: Image Analyst el 14 de Dic. de 2018
Check this code Jan
I have used the code below:
DT = delaunayTriangulation(x,y,z);
[T,Xb] = freeBoundary(DT);
TR = triangulation(T,Xb);
How to avoid that triangle in the center of the circle.
Image Analyst
Image Analyst el 14 de Dic. de 2018
We cannot run your code because you forgot to supply x, y, and z in a .mat file. Please make it easy for us to help you, not hard.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by