# lime **Repository Path**: drcool/lime ## Basic Information - **Project Name**: lime - **Description**: lime (Library for Image Editing) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lime === [![Build Status](https://travis-ci.org/tatsy/lime.svg?branch=master)](https://travis-ci.org/tatsy/lime) [![Coverage Status](https://coveralls.io/repos/tatsy/lime/badge.svg?branch=master)](https://coveralls.io/r/tatsy/lime?branch=master) > 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)