How to remove center traingle in a circle image?

2 visualizzazioni (ultimi 30 giorni)
Selva Karna
Selva Karna il 13 Dic 2018
Commentato: Image Analyst il 14 Dic 2018
How do I remove a center triangle of a circle image? Can any one share ideas?vsk_triangul.jpg
  6 Commenti
Selva Karna
Selva Karna il 14 Dic 2018
Modificato: Image Analyst il 14 Dic 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 il 14 Dic 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su DICOM Format in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by