Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harium/keel
An Image Processing Library made in pure java from scratch
https://github.com/harium/keel
computer-vision image-processing java
Last synced: about 2 months ago
JSON representation
An Image Processing Library made in pure java from scratch
- Host: GitHub
- URL: https://github.com/harium/keel
- Owner: Harium
- License: lgpl-3.0
- Created: 2013-08-10T00:59:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T07:16:47.000Z (almost 3 years ago)
- Last Synced: 2023-08-12T10:57:00.366Z (over 1 year ago)
- Topics: computer-vision, image-processing, java
- Language: Java
- Homepage:
- Size: 18.5 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keel
====
[![CircleCI](https://circleci.com/gh/Harium/keel.svg?style=svg)](https://circleci.com/gh/Harium/keel)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.harium.keel/core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.harium.keel/core/)Keel is an Image Processing Library made in pure Java.
### Goal
Help developers to work with image processing/computer vision without previous background. Comparing to other computer vision libraries it is easier to use, easier to setup and easier to debug.Key features:
- Filters
- Filter pipelines
- Effects
- Feature extraction### Example
![Lena with filters applied](https://raw.githubusercontent.com/Harium/keel/master/screenshots/lena.jpg)_Original (top-left), Grayscale (top-right), Sobel (bottom-left), Canny edge detector (bottom-right)_
### Related Projects
- [Motion Slide](https://github.com/yuripourre/motion-slide/) - Experiments using Motion Tracking.
- [LuvMotion](https://github.com/yuripourre/luvmotion/) - Augmented Reality experiments.
- [Drone4](https://github.com/yuripourre/drone4) - A Virtual Environment to test robotic algorithms.
- [Emerald Lab](https://github.com/yuripourre/emerald-lab) - A Microscope Simulator.### Docs
- For more information, see: [wiki](https://github.com/yuripourre/e-motion/wiki/) or some [examples](https://github.com/Harium/keel/wiki/Examples).### License:
- [LGPL](https://www.gnu.org/licenses/lgpl-3.0.en.html)