You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Apostolos Fanakis
372f71c5d3
|
6 years ago | |
---|---|---|
.. | ||
report | 6 years ago | |
Image2Graph.m | 6 years ago | |
README.md | 6 years ago | |
calculateNcut.m | 6 years ago | |
demo1.m | 6 years ago | |
demo2.m | 6 years ago | |
demo3a.m | 6 years ago | |
demo3b.m | 6 years ago | |
demo3c.m | 6 years ago | |
dip_hw_2.mat | 6 years ago | |
meanClustersColorRGB.m | 6 years ago | |
myNCuts.m | 6 years ago | |
mySpectralClustering.m | 6 years ago | |
recursiveNCuts.m | 6 years ago | |
tester.m | 6 years ago |
README.md
Second deliverable
In the second deliverable we were tasked to implement a number of functions that:
- produce a graph representation of an image
- do image segmentation using spectral clustering
- do image segmentation using the normalized cuts (N-cuts) method, in both an imperative and recursive way
- execute a series of experiments to test the results of our code