An open API service indexing awesome lists of open source software.

https://github.com/sharikalog7/digital_image_processing

image processing
https://github.com/sharikalog7/digital_image_processing

image-manipulation image-processing image-segmentation

Last synced: about 1 year ago
JSON representation

image processing

Awesome Lists containing this project

README

          

# Digital_Image_Processing

# 🧠 Image Enhancement & Segmentation using Pillow and scikit-image

This project demonstrates basic **image enhancement using Pillow** and **image segmentation using Otsu's Thresholding** with **scikit-image**. It involves detecting and separating bright regions (like coins) from a dark background using grayscale transformation, filtering, and connected-component labeling.

---

## 📷 Project Overview

### ✨ Key Features

- Enhance images using Pillow filters (e.g., sharpen, edge enhance).
- Convert images to grayscale.
- Perform **automatic image thresholding** using **Otsu’s method**.
- Detect and segment connected components using `label()`.
- Visualize segmented regions with color-coded labels.