Skip to content

Latest commit

 

History

History
 
 

Image_Segmentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Image Segmentation using Quad Tree

Overview

This project implements an image segmentation algorithm using a Quad Tree data structure

Features

  • 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.

Prerequisites

Before you begin, install all dependencies mentioned in the requirements.txt file use command pip install -r requirements.txt