How to remove center traingle in a circle image?

1 view (last 30 days)
How do I remove a center triangle of a circle image? Can any one share ideas?vsk_triangul.jpg
  6 Comments
Selva Karna
Selva Karna on 14 Dec 2018
Edited: Image Analyst on 14 Dec 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 on 14 Dec 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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!