Awesome
<img height="23" src="https://raw.githubusercontent.com/lh9171338/Outline/master/icon.jpg"/> Region Growing
Introduction
This repository is the region growing algorithm implemented with PyQt5.
UI
<p align="center"> <img width="70%" src="image/UI.png"/> </p>Result
<p align="center"> <img width="35%" src="image/test1.png"/> <img width="35%" src="image/result1.png"/> <br> <img width="35%" src="image/test2.png"/> <img width="35%" src="image/result2.png"/> <br>Input (left) and output (right) images </p>Requirements
- PyQt5
- numpy, cv2, yacs
pip install -r ./requirements.txt
Usage
python Regiongrow.py