An open API service indexing awesome lists of open source software.

https://github.com/meiqua/image_segmentation

graph based image segmentation for better 2D screw hole recognition
https://github.com/meiqua/image_segmentation

graph-based hierarchical-image-segmentation mst union-find

Last synced: 5 months ago
JSON representation

graph based image segmentation for better 2D screw hole recognition

Awesome Lists containing this project

README

          

# image segmentation
c++ Implementation of Parameter-free Hierarchical Image Segmentation
[pdf download](Parameter-free%20Hierarchical%20Image%20Segmentation.pdf)
Algorithm is graph-based mainly on MST and union find.
CIEDE2000: lab color space distance measurement, got from github

#### rgb average result
![img](segmentation/test/test2/test_rgb_ave/level1.png)
![img](segmentation/test/test2/test_rgb_ave/level2.png)
![img](segmentation/test/test2/test_rgb_ave/level3.png)
![img](segmentation/test/test2/test_rgb_ave/level4.png)
![img](segmentation/test/test2/test_rgb_ave/level5.png)
![img](segmentation/test/test2/test_rgb_ave/level6.png)
![img](segmentation/test/test2/test_rgb_ave/level7.png)
![img](segmentation/test/test2/test_rgb_ave/level8.png)