An open API service indexing awesome lists of open source software.

https://github.com/jobayerahmmed/image-processing

Image Processing algorithms implement in Java.
https://github.com/jobayerahmmed/image-processing

binary-image corner-detection edge-detection gender-detection grayscale-images image-processing kmeans-clustering line-detection mean-shift negative-image skin-detection

Last synced: 3 months ago
JSON representation

Image Processing algorithms implement in Java.

Awesome Lists containing this project

README

          

# Image Processing

Several image processing and pattern recognition algorithms are implemented here in Java.
Moreover, Bengali character seperation from text images, and male and female feature extraction and detection
are two interesting works.

- Sobel Edge Detection
- Hough Transform for Line Detection
- Harris Corner Detection
- Skin Detection
- K-Means Clustering
- Mean-Shift Clustering
- Red Eye Detection and Removing
- Image Convertion to GrayScale
- Image Convertion to Binary
- Image Convertion to Negative
- Bengali characters separation from text image
- Image Feature Extraction and Male Female Detection