Pixel Processor is a Python application that allows you to analyze and manipulate pixel data in images.
- 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.
-
Clone the repository.
-
Install the required Python libraries if not already installed:
pip install numpy opencv-python Pillow
- Run the main script:
python main.py
- Click on the "UPLOAD" button to select an image.
- The application will analyze the uploaded image and display the results.
- OpenCV - Open Source Computer Vision Library
- NumPy - Scientific Computing with Python