tatsy / lime

lime (Library for Image Editing)
http://tatsy.github.io/lime
MIT License
51 stars 16 forks source link

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.

For the installation detail, please refer to the reference manual.

Functions

This library supports following methods.

Color Constancy

NPR (Non-Photorealistic Rendering)

Image Assessment

Samples

You can compile all the samples using CMake!

Copyright

MIT License 2015-2019, Tatsuya Yatagawa (tatsy)