Alexander Alekhin
|
742f22c09b
|
photo: move TonemapDurand to opencv_contrib
|
6 years ago |
catree
|
afa5b0cc93
|
Add Java and Python code for cascade classifier and HDR tutorials.
|
7 years ago |
berak
|
182b52d23d
|
fix some samples colliding with std::beta
also add comments explaining the change
|
7 years ago |
luz.paz
|
dbb57cd0ae
|
Misc. ./samples typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
|
7 years ago |
Suleyman TURKMEN
|
1654dfe3a9
|
Update samples (#10333)
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
|
7 years ago |
StevenPuttemans
|
6d34d6b47e
|
update samples: waitKey() usage
Original commit is a5f19f7dd6
|
8 years ago |
Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
9 years ago |
berak
|
602bd60c3a
|
Update cloning_gui.cpp
|
9 years ago |
Adrien BAK
|
82a5ff8540
|
fix warnings in samples
|
10 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
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
|
10 years ago |
siddharth
|
88d05a89d4
|
removed build error
Whitespaces removed
|
10 years ago |
siddharth
|
14d0b763ec
|
changed demo tutorial path
|
10 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Fedor Morozov
|
c9ace38897
|
Docs updated, added InputArray, fixes for makePtr,...
|
11 years ago |
Fedor Morozov
|
833f8d16fa
|
Robertson and tutorial
|
11 years ago |