- 27 Jul, 2018 1 commit
-
-
Karpushin Vladislav authored
In this tutorial you will learn: - what is a degradation image model - what is a PSF of an out-of-focus image - how to restore a blurred image - what is the Wiener filter
-
- 11 Jul, 2018 1 commit
-
-
catree authored
- Changing the contrast and brightness of an image! - Operations with images
-
- 18 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial.
-
- 16 May, 2018 1 commit
-
-
catree authored
-
- 26 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h - samples/cpp/filestorage_base64.cpp is dropped
-
- 15 Mar, 2018 1 commit
-
-
berak authored
also add comments explaining the change
-
- 12 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
- use per-module includes instead of "opencv.hpp" - unused function warnings - undefined macro warning
-
- 18 Dec, 2017 1 commit
-
-
Suleyman TURKMEN authored
* Update samples * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp
-
- 05 Oct, 2017 4 commits
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 28 Feb, 2017 1 commit
-
-
vskarlsruhe authored
-
- 16 Jan, 2017 1 commit
-
-
logic1988 authored
Fix error usage in HitMiss tutorial, and improved the visualization results (#7978) * Fix error usage in HitMiss tutorial, and improved the visualization results Fix error usage in HitMiss tutorial, and improved the visualization results * Update HitMiss.cpp * Update HitMiss.cpp
-
- 05 Jan, 2017 1 commit
-
-
catree authored
Use directly the doxygen snippet command for the Changing the contrast and brightness of an image tutorial. Extend the tutorial with a pratical example and with a gamma correction method to adjust the brightness of an image.
-
- 03 Jan, 2017 1 commit
-
-
Lorena García authored
-
- 15 Dec, 2016 1 commit
-
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
- 15 Aug, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 26 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 14 Apr, 2016 1 commit
-
-
rishirajsurti authored
-
- 24 Feb, 2015 1 commit
-
-
theodore authored
-
- 23 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 06 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Nov, 2013 1 commit
-
-
StevenPuttemans authored
Also fixed some typos and code alignment Also adapted tutorial CPP samples Fixed some identation problems
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 17 Jun, 2013 1 commit
-
-
hbristow authored
-
- 08 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 09 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
These codes should be included into regular builds.
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 21 Jun, 2011 3 commits
-
-
Ana Huaman authored
-
Ana Huaman authored
-
Ana Huaman authored
-