- 27 Jun, 2018 1 commit
-
-
catree authored
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
-
- 23 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
-
- 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.
-
- 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
-
- 12 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
- use per-module includes instead of "opencv.hpp" - unused function warnings - undefined macro warning
-
- 08 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 12 Jan, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 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 6 commits
- 13 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN 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
-
- 27 Jan, 2015 1 commit
-
-
tt authored
Distance Transform tutorial fixes Distance Transform fixes v.2 Distance Transform fixes v.3 Distance Transform fixes v.4
-
- 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
-
- 28 Nov, 2013 2 commits
-
-
Adrien BAK authored
-
Adrien BAK authored
-
- 26 Nov, 2013 4 commits
-
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
Conflicts: samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
-
- 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
-
- 16 Aug, 2013 1 commit
-
-
Bahram Dahi authored
-
- 08 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 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
-
- 29 Jun, 2011 1 commit
-
-
Ana Huaman authored
Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D)
-
- 28 Jun, 2011 1 commit
-
-
Ana Huaman authored
-
- 27 Jun, 2011 1 commit
-
-
Ana Huaman authored
-