Delaunay Triangulation

preview_player
Показать описание
Creating quality meshes is a task common in computer graphics and numerical analysis like finite element methods. Among many others, one technique of much importance is the Delaunay triangulation.

In this video, we try to introduce you to the Delaunay triangulation and its computation by the Bowyer-Watson algorithm. This video focuses more on the computational part. So, let's enjoy the video!
Рекомендации по теме
Комментарии
Автор

I understand it this way:
for a given number of points, you draw a triangle whose circumference should cover all the points

1. You take your first point randomly, connect it to each vertex of the first triangle.

2. If a triangle contains a point within its circumference, then you delete that triangle by deleting an edge which connects the chosen point to the vertex of the first triangle.
Otherwise, you keep the edge- and the point becomes the new vertex of a new polygon that we will do the same thing with the second point.

3. Keep doing that till you have the ultimate outer polygon that has vertices match the outer points and the tri-elements with vertices match the inner points.

(*) easily see that we should take the initial points from the outer ones then work our way in.

HoaDucPham
Автор

Excellent and concise explanation. Kudos to you

ashaswathi
Автор

Tragic music in the background, tragic explanation..

mikelosmikes
Автор

Amazing video.Gave me a excellent understanding and visually explained.Thank you sooo much, it was difficult to gain this understanding as not much people have written or made of video about it so clearly.

sanjanakomateswar
Автор

How do we know that any edges in the 'Super Triangle" aren't relevant? It is possible for there to be some edges on the super triangle that connect to points not on the convex hull of the set of interest, isn't it?

SecondThread
Автор

Brilliant video, thanks for sharing; concise intro & unusually dark music.

dalskiBo
Автор

How do you know where to put the vertices of the super triangle??

stynod
Автор

I think this algorithm will have to do O(N²) operations to build a triangulation

prosperitystar
Автор

Voronoi diagrams can be computed using the same methods of finding Delaunay triangulation.

msssivadas
Автор

Hi! your video help to me, but I can't understand what is the standard for find new circumcircle (02:00)

seunghunlee
Автор

From this presentation, which looks awesome, I gather that for this to work, the points need to be more or less evenly spaced, not truly random. I don't see how it could work with points that are forming clusters, it looks like they will be in circles of cluster's outside vertices.

NeZversSounds
Автор

is there any rule to draw the circumcircle for the triangle... Mr

temesegenabuhay
Автор

Thank you, if you could do one also on building weighted diagrams that would be great.

bln
Автор

I think Joker's gonna attack in the end

husseinjafarinia
Автор

Interesting video but man the music is horrible for such topic

nickvaleontis
Автор

Bro can you do a video about Frontal advancement method? I'm a mallu too :-), nice video.

Rajgrv
Автор

Just wow, the video is awesome! <3

tanzeelhassan
Автор

And what is the idea of this background music?

paradigmnnf
Автор

Awesome! Just come with other movies! It was really intuitive

sajedehkebriti
Автор

The music added nothing apart from distraction. Why did you feel you had to do that?

lovegarbage