This project implements an image segmentation algorithm using a Quad Tree data structure
- Quad Tree structure for efficient image segmentation.
- Support for both grayscale and color images.
- Visualization of segmented regions with average pixel values.
- User-defined threshold for segmentation accuracy.
Before you begin, install all dependencies mentioned in the requirements.txt file use command pip install -r requirements.txt