Graphics! Voronoi, Delaunay, Natural Neighbor - Code, Sound & Surround E03

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มิ.ย. 2024
  • Watch these beautiful animations to learn more about #Voronoi diagrams, #Delaunay triangulations, and natural neighbor #interpolation. Dynamic and colorful visuals give an intuitive feel for these processes, and step-by-step illustrations make the algorithms easy to follow in detail.
    Partial video transcript:
    blog.mikebourgeous.com/2021/0...
    Code for these algorithms is on GitHub:
    github.com/mike-bourgeous/mb-...
    Timestamps:
    0:00 Intro
    1:07 Voronoi Partition Overview
    2:18 Delaunay Triangulation Overview
    3:42 Delaunay Triangulation Algorithm
    8:53 Voronoi Partition Algorithm
    10:41 Natural Neighbor Interpolation
    15:26 Outro
    Places to learn more:
    en.wikipedia.org/wiki/Delauna...
    en.wikipedia.org/wiki/Voronoi...
    en.wikipedia.org/wiki/Natural...
    en.wikipedia.org/wiki/Computa...
    en.wikipedia.org/wiki/Multiva...
    Delaunay triangulation paper: "Two algorithms for constructing a Delaunay triangulation" by Lee and Schachter: scholar.google.com/scholar?q=...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 30

  • @discreet_boson
    @discreet_boson 2 ปีที่แล้ว +1

    This channel is criminally underrated

  • @briantriesart
    @briantriesart 2 หลายเดือนก่อน

    This video is amazing. Thank you very very much!

  • @NickWaanders
    @NickWaanders 2 ปีที่แล้ว +8

    Great explanations and visuals! This video deserves many more views.

  • @ArthMaxim
    @ArthMaxim ปีที่แล้ว +1

    Excelent work : arts + math + code + music !

  • @vector8310
    @vector8310 11 หลายเดือนก่อน

    THIS has been up for 2 years yet it's only now that the yt algorithm suggested it?
    Brilliant work!

    • @tl880linux
      @tl880linux  11 หลายเดือนก่อน

      Thank-you!

  • @coralmillenium
    @coralmillenium 5 หลายเดือนก่อน

    Phenomenal video!👏👏👏 Thank you!

    • @tl880linux
      @tl880linux  5 หลายเดือนก่อน

      Thanks!

  • @SHOPETSY
    @SHOPETSY ปีที่แล้ว

    Great video… 😊. Thanks 🙏🏼

  • @Michallote
    @Michallote 4 หลายเดือนก่อน

    This is amazing. Great work bro. You earned a sub

  • @redwavez3436
    @redwavez3436 4 หลายเดือนก่อน

    Great video

  • @ian.ambrose
    @ian.ambrose ปีที่แล้ว

    This is my first time seeing someone having both advanced knowledge of math and music theory at the same time.

  • @TheArgon14
    @TheArgon14 3 ปีที่แล้ว

    Reminds me of my Graph Theory class back in college, awesome to see it all in practice!

  • @baronvonbeandip
    @baronvonbeandip 8 หลายเดือนก่อน

    Commenting for the algorithm

  • @emanuelgerber
    @emanuelgerber 8 หลายเดือนก่อน

    Super helpful video! Thank you

  • @Koldora
    @Koldora 2 ปีที่แล้ว

    Beautifully visualized; well paced; with great production quality. Wish you and your channel continued success.

    • @tl880linux
      @tl880linux  2 ปีที่แล้ว

      Thank you! Your Voronoi diagram videos were also helpful.

  • @bbourgeous
    @bbourgeous 2 ปีที่แล้ว

    Excellent animations. Your explanations are so much clearer than how I learned it.

    • @tl880linux
      @tl880linux  2 ปีที่แล้ว

      Thanks! My hope is that these videos spark ideas for new places to apply these concepts, by making them seem more relatable and useful.

  • @yu_a_vi4427
    @yu_a_vi4427 ปีที่แล้ว

    this a gem lost to yt algorithm

  • @victoroliari9479
    @victoroliari9479 2 หลายเดือนก่อน

    Great video, very elucidative.
    I was so into it that I would like to read the algorithm description. Could you share the name of the papers you cited in the video?

    • @tl880linux
      @tl880linux  2 หลายเดือนก่อน +1

      Thanks, and thanks for the question!
      I referenced the O(n log n) algorithm from "Two algorithms for constructing a Delaunay triangulation" by Lee and Schachter for triangulation. Google Scholar has a link to a PDF. For Voronoi conversion and natural neighbor interpolation I just used the descriptions from their Wikipedia articles.
      I thought this paper was in the description already so I will add it there too.

  • @hardtofinduniquename
    @hardtofinduniquename 2 ปีที่แล้ว +1

    At 2:46:
    > every edge of a delaney triangle is perpendicular to an edge of a voronoi polygon
    It took me a while to see it, but these perpendicular edges don't necessarily intersect. FH is perpendicular to the top right edge in H and not the edge that it crosses.

    • @tl880linux
      @tl880linux  2 ปีที่แล้ว

      That's a really good point! That perpendicular line is always there, but it might not be obvious which one it is. Another example is edge DI.

  • @edwardoakheart4055
    @edwardoakheart4055 2 ปีที่แล้ว

    Great video, just have one question, how do you find the next vertex when finding the lower tangent in the merge part?

    • @tl880linux
      @tl880linux  2 ปีที่แล้ว +1

      Great question! The Lee and Schachter paper describes a function they called "HULL" that finds the lower tangent. I translated that function into Ruby and reversed it to also find the upper tangent.
      If I'm reading and remembering right, the "next" neighbor for the points in the current guess is considered from each hull, and the next point is chosen based on whether one of those neighbors is on the "wrong" side of the current guess for the lower tangent. Hope this helps!
      Here's my code: github.com/mike-bourgeous/mb-geometry/blob/5e18eb910c182b99755b852f133f0b8579372884/lib/mb/geometry/delaunay_debug.rb#L75-L123

  • @bakeer2018
    @bakeer2018 ปีที่แล้ว

    great video, can you tell what tools did you use to do this excelllent animation ?

    • @tl880linux
      @tl880linux  ปีที่แล้ว +1

      Thanks! It's custom software. Some of the animations render to SVG, most of them go through my custom visualization software using OpenGL. I edit the rendered video in VEGAS Pro. I released an open source command line tool for some of the simpler animations: github.com/mike-bourgeous/mb-geometry/blob/master/bin/voronoi_transitions.rb

  • @rocklobster1976
    @rocklobster1976 2 ปีที่แล้ว +2

    Omg.... Where have you been my whole life?
    YOU'RE HIRED!!