StevenPuttemans
a5f19f7dd6
adding waitChar key to remove issues with waitKey char comparisons
...
done for cpp/markdown/python filters on search function
also added wrapped functionality for Python
then checked all python samples, removed ord() and 0xFF anding - no longer needed -
9 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
berak
602bd60c3a
Update cloning_gui.cpp
10 years ago
Adrien BAK
82a5ff8540
fix warnings in samples
11 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
11 years ago
siddharth
88d05a89d4
removed build error
...
Whitespaces removed
11 years ago
siddharth
14d0b763ec
changed demo tutorial path
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
12 years ago
Fedor Morozov
833f8d16fa
Robertson and tutorial
12 years ago