Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.43 KB

Keel

CircleCI Maven Central

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

Original (top-left), Grayscale (top-right), Sobel (bottom-left), Canny edge detector (bottom-right)

Related Projects

  • Motion Slide - Experiments using Motion Tracking.
  • LuvMotion - Augmented Reality experiments.
  • Drone4 - A Virtual Environment to test robotic algorithms.
  • Emerald Lab - A Microscope Simulator.

Docs

License: