Pixel Processor

Pixel Processor is a Python application that allows you to analyze and manipulate pixel data in images.

Features

  • Image Analysis: Analyze images at the pixel level to identify dominant colors.
  • Color Processing: Process images to highlight or manipulate specific colors.
  • Graphical User Interface: Provides a user-friendly interface for interacting with the application. Ekran görüntüsü 2024-05-13 000917

Installation

  1. Clone the repository.

  2. Install the required Python libraries if not already installed:

pip install numpy opencv-python Pillow

Usage

  1. Run the main script:
python main.py
  1. Click on the "UPLOAD" button to select an image.
  2. The application will analyze the uploaded image and display the results.

Acknowledgments

  • OpenCV - Open Source Computer Vision Library
  • NumPy - Scientific Computing with Python