This project focuses on deforestation detection using satellite image segmentation techniques. It employs K-Means, Mean Shift, and Hierarchical Clustering to segment images and identify deforested areas. The results contribute to environmental conservation by providing insights for decision-makers and researchers.
π‘ Satellite Image Segmentation to monitor forest loss π Clustering Algorithms (K-Means, Mean Shift, Hierarchical) π Performance Evaluation using Intersection over Union (IoU) π² Real-World Dataset (2013-2024, Chandrapur region) π Python & OpenCV-based Implementation
The project applies three clustering techniques:
Groups pixels based on color similarity Identifies deforested areas using pixel intensity analysis
Detects spatially cohesive clusters Assumes lower green intensity represents deforestation
Constructs a tree-like structure for segmentation Effective for small-scale deforestation analysis
K-Means: Detected 183.5 sq. meters deforested in 2023
Mean Shift: Identified 258.25 sq. meters
Hierarchical Clustering: Found minor deforestation changes
Prerequisites Python 3.x Jupyter Notebook OpenCV, NumPy, Matplotlib, Scikit-Learn
This project provides an automated approach for detecting deforestation using unsupervised clustering techniques. The results help track forest loss over time and contribute to environmental conservation efforts.