How to remove center traingle in a circle image?

1 Ansicht (letzte 30 Tage)
Selva Karna
Selva Karna am 13 Dez. 2018
Kommentiert: Image Analyst am 14 Dez. 2018
How do I remove a center triangle of a circle image? Can any one share ideas?vsk_triangul.jpg
  6 Kommentare
Selva Karna
Selva Karna am 14 Dez. 2018
Bearbeitet: Image Analyst am 14 Dez. 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 am 14 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by