StevenPuttemans
|
6d34d6b47e
|
update samples: waitKey() usage
Original commit is a5f19f7dd6
|
2016-12-15 15:39:47 +03:00 |
|
Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
2016-06-26 20:55:00 +03:00 |
|
Vadim Pisarevsky
|
9a5aa4b23c
|
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
|
2014-08-14 14:37:30 +04:00 |
|
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
|
2014-08-13 15:21:35 +04:00 |
|
Vadim Pisarevsky
|
d0137b6d2d
|
moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib
|
2014-08-10 23:24:16 +04:00 |
|
vbystricky
|
d58f736935
|
Split highgui module to videoio and highgui
|
2014-07-14 23:16:47 +04:00 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|
dbloisi
|
20f932bd46
|
fixing trailing whitespaces
|
2013-09-01 22:13:49 +02:00 |
|
dbloisi
|
f0910466f9
|
fixing trailing whitespaces
|
2013-09-01 20:59:27 +02:00 |
|
dbloisi
|
a34f7b7714
|
fixing other white spaces
|
2013-09-01 19:05:07 +02:00 |
|
zio dodo
|
449b4d8a65
|
Added the tutorial on background subtraction, in the video section
|
2013-08-21 12:06:48 +02:00 |
|