Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 830 Bytes

File metadata and controls

22 lines (14 loc) · 830 Bytes

📸 Image Segmentation Project

This project implements a graph-based image segmentation algorithm, dividing an image into regions using edge-weighted graph analysis.

Docummentation Link


🧠 Problem Definition

Image segmentation is the process of partitioning an image into regions with internal coherence and boundary significance.


🚀 Features

  • Graph construction from image pixels using 8-connected neighbors
  • Edge weighting based on intensity differences
  • Gaussian filter preprocessing to reduce noise
  • Region merging using an adaptive threshold predicate
  • Support for both grayscale and RGB images
  • Segmented image visualization with color-coded regions