Это видео недоступно.
Сожалеем об этом.

GEO1015 -- Triangulations & Voronoi diagram

Поделиться
HTML-код
  • Опубликовано: 17 дек 2019
  • Course 'digital terrain modelling' in the MSc Geomatics at TU Delft.
    3d.bk.tudelft.nl/courses/geo1...

Комментарии • 21

  • @laurensmith4206
    @laurensmith4206 2 года назад +18

    i have watched countless videos and read countless articles on delaunay triangulation and voronoi diagrams and this was the only thing that explained it fully and allowed me to understand it properly. thank you

  • @vector8310
    @vector8310 Год назад

    Thank you for clearing up the role that the circumcircle plays in Delaunay triangulation.

  • @AR_7333
    @AR_7333 Год назад

    Thank you for making this video.. you did a great job in explaining the concept in a easy to understand manner.

  • @premkumarsr4021
    @premkumarsr4021 Год назад

    Beautiful. I really liked the way U explained. ❤

  • @VADroidTS555
    @VADroidTS555 3 года назад +2

    Thank you for a clear explanation.

  • @nirangasithara
    @nirangasithara 2 года назад +1

    What a nice and clear explanation

  • @thormind7338
    @thormind7338 2 года назад +1

    Very well explainded, merci!

  • @THthunder64
    @THthunder64 3 года назад +1

    Great explanation!

  • @hariharanramamurthy9946
    @hariharanramamurthy9946 2 года назад

    Hope to have teacher like you

  • @idirbelaid1924
    @idirbelaid1924 2 года назад

    thank you so much !!

  • @fouadkherfi8477
    @fouadkherfi8477 9 месяцев назад

    u made it look easy

  • @dalskiBo
    @dalskiBo 3 года назад +2

    1 - Thank you for the brilliant video.
    2 - Thank you for the excellent course which you are kindly giving away for free!
    3 - Thank you for the book, I haven't found it yet but I see you reference it.
    Just downloaded your github folder, looking through the online course now; it's so interesting, thank you again.

    • @conduit242
      @conduit242 3 года назад

      Kiss ass 🙄

    • @HugoLedouxTUD
      @HugoLedouxTUD  2 года назад +1

      The book is there: github.com/tudelft3d/terrainbook/releases/download/0.8.0/terrainbook.pdf

  • @saisureshmacharlavasu3116
    @saisureshmacharlavasu3116 6 месяцев назад

    VV Good

  • @geo15304
    @geo15304 5 месяцев назад

    This is highly appreciated. Thank you. Kindly which software are you using when drawing the voronoi, triangles and other graphics in your video?

  • @harihitaaramesh1086
    @harihitaaramesh1086 Год назад

    Great quality, to the point and understandable content. But at 14:20, where the diagram updates simultaneously as you added points, and kept switching between Voronoy and Delaunay diagrams, it was hard to concentrate on the content spoken at that time frame. It would really be nice if you could have the speech & complex visualisations separate. This is just a suggestion and hope it’s not misunderstood. 🙂

  • @atiksarraz
    @atiksarraz 3 года назад

    How to produce seeds for 3D conical hollow body

  • @felixwhise4165
    @felixwhise4165 2 года назад

    what kind of software did you use for the creation of the delauney triangulation?

    • @HugoLedouxTUD
      @HugoLedouxTUD  2 года назад +1

      at ~13min I used my own code written in Python. It's not really stable nor fast, just a demo I made for fun. Code is not open-source.
      But you can try my better code, written in Rust: hugoledoux.github.io/startin_wasm/
      Rust code is there: github.com/hugoledoux/startin
      and its Python bindings: github.com/hugoledoux/startinpy

    • @felixwhise4165
      @felixwhise4165 2 года назад

      @@HugoLedouxTUD thank you