Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovilia/pip
PIP Image Processor
https://github.com/ovilia/pip
Last synced: 6 days ago
JSON representation
PIP Image Processor
- Host: GitHub
- URL: https://github.com/ovilia/pip
- Owner: Ovilia
- License: mit
- Created: 2012-01-06T04:45:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T06:50:32.000Z (almost 11 years ago)
- Last Synced: 2024-10-28T20:27:39.966Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 12.8 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mediawiki
- License: License.md
Awesome Lists containing this project
README
== PIP Image Processor ==
=== About ===
PIP stands for PIP Image Processor, which provides basic image processing interface for users.
It is a Digital Image Processing course project written in C++. (Previous versions contain C# and Java version, but C++ is currently used because it is required by DIP course.)
=== How you could help ===
Code review is a good way to improve my code and your skills.
It is highly appreciated if you read my code and gave suggestions.
=== What can PIP do ===
==== Basic Image Processing ====
* Algebra Operation
* Brightness
* Contrast
* Histogram Equalization
* Filters
** Roberts Operator
** Prewitt Operator
** Sobel Operator
** Gaussian Filter
** Mean Filter
** Median Filter
** Sharpen Filter
** Emboss Filter
** Motion Filter
** Comic Filter
** Sepia Filter
** Customed Filter
* Gray Scale Image
* Histogram
** Otsu Threshold
** Entropy Threshold
** Customed Threshold
* Rotation
* Scaling==== Morphology ====
* Dilation
* Erosion
* Opening
* Closing===== Binary Morphology =====
* Binary Reconstruction
* Conditional Dilation
* Distance
* Edge Detection
** Standard
** Internal
** External
* Skeleton
* Skeleton Restoration===== Gray Scale Morphology =====
* Gray Scale Reconstruction
* Morphology Gradient
** Standard
** Internal
** External