Skip to content

cbaurtx/lime

 
 

Repository files navigation

lime

Build Status Coverage Status

Lime (Library for IMage Editing) is an OpenCV-dependent image editing library for C++. Since this library is comprised of only headers, you can use it simply by including 'lime.hpp'.

Installation Guide

This library is comprised of only header files. Therefore, you do not need to do anything other than installing OpenCV in your computer. The library depends on OpenCV 3.0 or later.

Functions

This library supports following methods.

Color Constancy

  • Horn's Algorithm
  • Rahman's Algorithm
  • Faugeras's Algorithm

NPR (Non-Photorealistic Rendering)

  • NPR edge detector with Difference of Gaussian (XDoG and FDoG supported)
  • NPR image filters
    • Anisotropic diffusion
    • Mean curvature flow
    • Shock filter
    • Kuwahara filter (and its variations)
    • Mathematical morphology
  • Line integral convolution
  • Vector field detection
    • Smoothed stractural tensor
    • Edge tangent field
    • Vector field singularity detector
  • Poisson disk sampling
    • Simple random-queue-based sampler
    • Fast parallel sampler
  • Noise generation
    • Uniform noise
    • Perlin noise

Samples

You can compile all the samples using CMake.

Copyright

MIT License 2015, Tatsuya Yatagawa (tatsy)

About

lime (Library for Image Editing)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.1%
  • CMake 4.4%
  • Python 1.5%