Week 7 - Voronoi 2: Lloyd's Algorithm + Edge Detection
Today we went over a wide ranging variety of topics, from edge and shape detection to how image compression works, to how to interpolate height data in GIS systems.
The big topics were these:
1) Lloyd's Algorithm for Voronoi is simple, you move a Voronoi seed to the average row of all the rows in its region, and ditto for its column. You then re-run Voronoi and this will tend to smooth out some of the sharper and weirder regions you can get from it.
2) Edge Detection. Basically, you can do simple edge detection by looking at the difference in intensity of one pixel from its neighbor, and marking where there are large discontinuities. For Voronoi, it's as simple as noting where one region transitions into another region, and marking the boundary on both sides.
I want you to get more practice using Git for this assignment since it is the industry standard these days.
Other Videos By Bill Kerney
2022-03-02 | Fallacies Part III |
2022-03-01 | Animating a Character in Unreal Engine using Mixamo |
2022-02-28 | Big O (Part II) + Binary Search Trees |
2022-02-28 | Fallacies Part I |
2022-02-25 | ACM Workshop: Python Workshop 2 |
2022-02-25 | Linked List Class Invariants + Queues + Stacks + Big O |
2022-02-25 | Midterm I Review Part II |
2022-02-24 | UE4 Water Plugin + Projectile Weapons |
2022-02-23 | UNCC's BRIDGES |
2022-02-23 | Midterm Review + Ethics of Autonomous Vehicles |
2022-02-22 | Week 7 - Voronoi 2: Lloyd's Algorithm + Edge Detection |
2022-02-16 | Lecture 42 - Lambda Functions, Pointer Loops, Function Pointers, Life |
2022-02-16 | The Housing Crisis |
2022-02-15 | Voronoi Regions |
2022-02-14 | Linked Lists III - Inserting and Deleting from the Middle |
2022-02-14 | Ethics (Part IV): Virtue Ethics |
2022-02-13 | Linked Lists Part II: More Push and Pop functions |
2022-02-11 | ACM Workshop: Intro to Python |
2022-02-11 | Ethics (Part III): Kantian Ethics, Natural Rights |
2022-02-10 | Importing a material into UE4 in 10 minutes |
2022-02-09 | Introduction to Linked Lists |