sansuiso / ComputersDontSee

Image processing examples and tutorials in C++/OpenCV
BSD 3-Clause "New" or "Revised" License
41 stars 9 forks source link

ComputersDontSee

Emmanuel d'Angelo

http://www.computersdontsee.net

@sansuiso

sansuiso@computersdontsee.net

Overview

The code presented here is a companion to my website. My goal is to provide some example code and tutorial-style explanations about variational image processing techniques.

While most of the related resources use matlab code, my goal is to provide C++ examples instead.

License

Modified BSD-style (see file LICENCE.txt)

Technical requirements

General overview

The code repository is divided in two parts : a library and some command line applications.

Available functions

Image denoising

Image inpainting

References

[1]: Chambolle, A., Pock, T. (2010). A First-Order Primal-Dual Algorithm for Convex Problems with Applications to Imaging. Journal of Mathematical Imaging and Vision, 40(1), 120–145.