SkillAgentSearch skills...

Pegbis

Python implementation of "Efficient Graph-Based Image Segmentation" paper

Install / Use

/learn @salaee/Pegbis
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PEGBIS (Python Efficient Graph-Based Image Segmentation)

Python implementation of "Efficient Graph-Based Image Segmentation" paper written by P. Felzenszwalb, D. Huttenlocher. The paper is available: http://cs.brown.edu/~pff/papers/seg-ijcv.pdf <br> C++ implementation is written by the author and is available on: http://cs.brown.edu/~pff/segment/ <br> The C++ implementation is much more faster than python implementation (obviously). <br> <br>

Results

parameters: (Sigma=0.5, K=300, Min=50) <br> alt text <br> parameters: (Sigma=0.5, K=300, Min=50) <br> alt text <br> parameters: (Sigma=0.5, K=1000, Min=50) <br> alt text <br> parameters: (Sigma=0.8, K=500, Min=10) <br> alt text <br> parameters: (Sigma=0.5, K=500, Min=50) <br> alt text <br> <br>

Requirements

Python 3.5<br>

Libraries used:

scipy and matplotlib

View on GitHub
GitHub Stars154
CategoryDevelopment
Updated1mo ago
Forks40

Languages

Python

Security Score

85/100

Audited on Feb 24, 2026

No findings