Image processing algorithms implemented from scratch in Java, with in-built concurrency support ✔️
Banner_1 | Banner_2 |
---|---|
Help me in improving it :)
This Java library can be used for image processing ops, it has a lot of algorithms implemented with built-in concurrency support ( using Java thread pool ). Consider using it in your next project.
Check API documentation, made with javadoc, here.
Usage example can be found here.
Get precompiled jar here.
Following list denotes algorithms implemented in filterIt
.
- Sobel Filter
- Prewitt Filter
- Laplacian Filter
- using Dilation
- using Erosion
- Inverse Transformation
- Gamma Correction
- Log Transformation
- Inverse Log Transformation
- Histogram Equalization
- Contrast Stretching
- Basic Rotation
- Compound Rotation
Check here
If you want to help me in improving this package, you're very much welcome. First fork this repo & then clone it into your machine. Now you can start working on it by creating a new branch. Finally, submit a PR 😉
What I'm currently interested in is, improving concurrency in filters. You might consider helping me there.
Thanking you ...