https://github.com/devforfu/egbis
Python implementation of the Efficient Graph-Based Image Segmentation algorithm
https://github.com/devforfu/egbis
Last synced: about 1 year ago
JSON representation
Python implementation of the Efficient Graph-Based Image Segmentation algorithm
- Host: GitHub
- URL: https://github.com/devforfu/egbis
- Owner: devforfu
- License: mit
- Created: 2018-07-12T05:34:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T10:13:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T01:42:29.588Z (over 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Efficient Graph-Based Image Segmentation Algorithm
The repository contains my attempt to implement the [Efficient Graph-Based Image Segmentation](http://people.cs.uchicago.edu/~pff/papers/seg-ijcv.pdf)
paper. The algorithm tries to build a segmentation of the image into several regions of interest depending on the variations of
intensities of these regions relatively to the variations in adjacent segments.