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 Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by