How to remove center traingle in a circle image?

2 vues (au cours des 30 derniers jours)
Selva Karna
Selva Karna le 13 Déc 2018
Commenté : Image Analyst le 14 Déc 2018
How do I remove a center triangle of a circle image? Can any one share ideas?vsk_triangul.jpg
  6 commentaires
Selva Karna
Selva Karna le 14 Déc 2018
Modifié(e) : Image Analyst le 14 Déc 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 le 14 Déc 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur DICOM Format dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by