Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfirhas/imagepro
TUBES PCD - MINI IMAGE PROCESSING
https://github.com/mfirhas/imagepro
c-sharp image-processing
Last synced: 26 days ago
JSON representation
TUBES PCD - MINI IMAGE PROCESSING
- Host: GitHub
- URL: https://github.com/mfirhas/imagepro
- Owner: mfirhas
- License: mit
- Created: 2015-10-31T11:56:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T16:04:50.000Z (about 8 years ago)
- Last Synced: 2024-11-16T07:37:24.895Z (3 months ago)
- Topics: c-sharp, image-processing
- Language: C#
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImagePro
ImagePro v2.0 - MINI IMAGE PROCESSING
by Muhammad Fathir Irhas, Bandung, 3/6/2015.# Desciption
Mini Image Processing - simple Windows Form Program to implement some image processing functionalities.# Features
- Grayscale
- Invert Color
- RGB Filtering
- Sampling
- Quantization
- Geometry Manipulation
- RGB Histogram
- Convolution
- Fast Fourier Transform
- Smoothing(Mean,Median,Mode)
- Low and High Pass filter
- Sharpening
- Edge Detection
- Black and White Thresholding
- Region Growing
- Dilation, Erosion, Open and Close.# How To Run
- Clone it and open in Visual Studio.
- Make New project and add from existing project.