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
Vadim Pisarevsky
9a5aa4b23c
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
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
Vadim Pisarevsky
d0137b6d2d
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
11 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
dbloisi
20f932bd46
fixing trailing whitespaces
12 years ago
dbloisi
f0910466f9
fixing trailing whitespaces
12 years ago
dbloisi
a34f7b7714
fixing other white spaces
12 years ago
zio dodo
449b4d8a65
Added the tutorial on background subtraction, in the video section
12 years ago