This project is developed at Nizhny Novgorod State University (ITLab laboratory) and supported by Itseez company.
Resources:
- Documentation: http://itlab-vision.readthedocs.org
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):
- Antique
```
./antique_sample testdata/antique_test.png testdata/antique_texture_test.png 0.7
```
- Edge Blur
```
./edgeBlur_sample testdata/edgeBlur_test.png
```
- Film Grain
```
./filmGrain_sample testdata/filmGrain_test.png 7
```
- Matte
```
./matte_sample testdata/matte_test.png 25 25
```
- Vignette
```
./vignette_sample testdata/antique_test.png
```
- Boost Color
```
./boostColor_sample testdata/boostColor_test.png 0.2
```
- Fade Color
```
./fadeColor_sample testdata/fadeColor_test.png
```
- Glow
```
./glow_sample testdata/glow_test.png 25 0.8
```
- Sepia
```
./sepia_sample testdata/antique_test.png
```
- Tint
```
./tint_sample testdata/antique_test.png
```
- Warmify
```
./warmify_sample testdata/antique_test.png
```