How to remove center traingle in a circle image?

1 次查看(过去 30 天)
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 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by