Skip to content
/ keel Public

An Image Processing Library made in pure java from scratch

License

Notifications You must be signed in to change notification settings

Harium/keel

Repository files navigation

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: