Open main menu

CDOT Wiki β

Changes

BarraCUDA Boiz

No change in size, 00:48, 24 February 2017
Assignment 1
== Progress ==
=== Assignment 1 ===
==== <span style="color: greenred">&#x2713x2717; EucideanDistance ====
Profiled the following project on github which finds the euclidean distance transformation on given chart formatted in a text file. The project can be found here: [https://github.com/lanipse/Euclidean-Distance-Transform-CPP here]
====<span style="color: redgreen">&#x2717x2713; KmeansPlusPlus====
Kmeansplusplus is a clustering method that determins which in this case takes an image and splits it into k number of clusters. For an image it selects k number of pixels and uses those pixels as a reference point to compare all the other pixels to change their colors based on which reference pixel they are closest to.
The first integer is k (the number of reference points), the second integer is the number of times to iterate through the image.
31
edits