https://github.com/ragingwind/image-processing.cc
Code catalog for image processing. This examples is result of learning the image processing. It may have a defect or performance issue.
https://github.com/ragingwind/image-processing.cc
Last synced: about 1 year ago
JSON representation
Code catalog for image processing. This examples is result of learning the image processing. It may have a defect or performance issue.
- Host: GitHub
- URL: https://github.com/ragingwind/image-processing.cc
- Owner: ragingwind
- Created: 2011-10-16T02:08:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-09T22:25:56.000Z (about 14 years ago)
- Last Synced: 2025-04-09T04:24:51.501Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 432 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image processing code-catalog
This project is code-catalog of image processing.
## Image processing for iOS: Basic
This example implemented by Quartz 2D and pixel operations. It was made for learning image processing and easier to understand. The example may have a defect or performance issue. Please refer to supports filter list below.
* Grey
* Bright
* Contrast
* HUE, Saturation, Luminance
* Sharper
* More Sharpen
* Subtle Sharpen
* Blur
* Photoshop Blur
* Box Blur
* Gaussian Blur
# License
Copyright © 2010 @ragingwind. All rights reserved. Use of this source code is governed by a [MIT](http://ragingwind.github.com/LICENSE/MIT)