/itlab-vision

ITLab Vision Group

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ITLab Vision Group

Build Status Coverage Status

This project is developed at Nizhny Novgorod State University (ITLab laboratory) and supported by Itseez company.

Resources:

Project maintainers:

  • Valentina Kustikova
  • Pavel Druzhkov
  • Kirill Kornyakov

Project developers:

  • Evgeniy Dolotov
  • Artem Screbkov
  • Dmitriy Kruchinin
  • Vadim Levin
  • Vlad Vinogradov

Build instructions:

>mkdir photofilters
>cd photofilters/
>git clone https://github.com/UNN-VMK-Software/itlab-vision.git
>mkdir build
>cd build/
>cmake ../itlab-vision/photoeffects/
>make
>cd ./bin/

Tests execution:

>./photoeffects_test

Samples execution (test images are used):

  1. Antique
```
./antique_sample testdata/antique_test.png testdata/antique_texture_test.png 0.7
```
  1. Edge Blur
```
./edgeBlur_sample testdata/edgeBlur_test.png
```
  1. Film Grain
```
./filmGrain_sample testdata/filmGrain_test.png 7
```
  1. Matte
```
./matte_sample testdata/matte_test.png 25 25
```
  1. Vignette
```
./vignette_sample testdata/antique_test.png
```
  1. Boost Color
```
./boostColor_sample  testdata/boostColor_test.png 0.2
```
  1. Fade Color
```
./fadeColor_sample testdata/fadeColor_test.png
```
  1. Glow
```
./glow_sample testdata/glow_test.png 25 0.8
```
  1. Sepia
```
./sepia_sample testdata/antique_test.png
```
  1. Tint
```
./tint_sample testdata/antique_test.png
```
  1. Warmify
```
./warmify_sample testdata/antique_test.png
```