mxhsnowy / MST-Image-Segmentation

This program segment an image by creating multiples Minimum Spanning Trees (MSTs). For this we used Kruskal's algorithm. Again I found out this method reading a paper during my research stay at Ritsumeikan, and decided to implement it. The sensei and I are very pleased with the results we obtained. I also mention this example in my lessons as an application of MSTs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This program segment an image by creating multiples Minimum Spanning Trees (MSTs). For this we used Kruskal's algorithm. Again I found out this method reading a paper during my research stay at Ritsumeikan, and decided to implement it. The sensei and I are very pleased with the results we obtained. I also mention this example in my lessons as an application of MSTs.


Languages

Language:C++ 100.0%