Skip to content

Mexbow/Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Image Processing GUI

Python Tkinter Pillow License

A comprehensive desktop application for performing various image processing operations with real-time previews.

image

Features

Core Operations

  • Color Manipulation

    • Grayscale conversion
    • Image inversion
    • Thresholding (fixed and adaptive)
  • Halftoning Techniques

    • Simple threshold halftone

    • image

    • Error diffusion (Floyd-Steinberg)

    • image

Edge Detection

  • Sobel operator

  • image

  • Prewitt operator

  • image

  • Kirsch compass operator

  • image

  • Homogeneity operator

  • image

  • Difference operator

  • image

Spatial Filters

  • High-pass filter

  • image

  • Low-pass filter

  • image

  • Median filter

  • image

  • Gaussian edge detection

  • Contrast edge detection

  • image

Histogram Operations

  • Histogram visualization

  • image

  • Histogram equalization

  • image

  • Manual segmentation

  • Peak-based segmentation

  • Valley-based segmentation

  • Adaptive segmentation

Image Arithmetic

  • Image addition
  • Image subtraction
  • Variance operator
  • Range operator

Installation

  1. Prerequisites:

    • Python 3.8 or higher
    • pip package manager
  2. Clone the repository:

    git clone https://github.com/your-username/image-processing-gui.git
    cd image-processing-gui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages