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.
- Host: GitHub
- URL: https://github.com/jobayerahmmed/image-processing
- Owner: JobayerAhmmed
- License: mit
- Created: 2016-08-10T11:11:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T16:55:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T14:26:49.942Z (7 months ago)
- Topics: binary-image, corner-detection, edge-detection, gender-detection, grayscale-images, image-processing, kmeans-clustering, line-detection, mean-shift, negative-image, skin-detection
- Language: Java
- Homepage:
- Size: 70.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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