Image Processing
Simple utility to manipulate images
GitHub Project - Download

Features
- View image channels
- RGB (red, green, blue)
- HSI (hue, saturation, intensity)
- YCbCr
- Show image histograms
- RGB (red, green, blue)
- HSI (hue, saturation, intensity)
- YCbCr
- Apply manipulations to the image
- Convert to grayscale
- Invert colors
- Mirror X
- Mirror Y
- Use HSI values as RGB
- Intensity slicing
- Contrast stretching
- Contrast stretching 5% - 95%
- Contrast stretching - Histogram Equalization
- Apply filters over the image
- Detection using OpenCV:
How to run:
You’ll need:
How to build
This project uses Maven to manage dependencies. In fact, only OpenCV is required.
To install them:
To create the runnable JAR file with dependencies: