How to remove center traingle in a circle image?

조회 수: 2 (최근 30일)
Selva Karna
Selva Karna 2018년 12월 13일
댓글: Image Analyst 2018년 12월 14일
How do I remove a center triangle of a circle image? Can any one share ideas?vsk_triangul.jpg
  댓글 수: 6
Selva Karna
Selva Karna 2018년 12월 14일
편집: Image Analyst 2018년 12월 14일
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 2018년 12월 14일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by