Suleyman TURKMEN
|
11ca1c95f8
|
update cpp samples and tutorials
|
2016-06-26 20:55:00 +03:00 |
|
ValeryTyumen
|
297808e6b9
|
Feature #3957
|
2015-12-17 18:19:39 +03: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 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|
Adrien BAK
|
c5c3fd4443
|
modify signature of stereoCalibrate for consistency
|
2013-12-17 14:53:44 +09:00 |
|
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
2013-04-11 21:00:17 +04:00 |
|
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
2013-04-08 15:47:28 +04:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Gary Bradski
|
a047fc237b
|
revamped
|
2010-12-04 08:30:33 +00:00 |
|
Vadim Pisarevsky
|
f2a3e7e312
|
converted some more samples to C++
|
2010-11-28 19:41:55 +00:00 |
|
Vadim Pisarevsky
|
042271f5f7
|
use the new-style headers in the samples to improve OpenCV build time.
|
2010-11-26 17:59:40 +00:00 |
|
Gary Bradski
|
cd94b8c00e
|
forgot to escape after 'help'
|
2010-11-23 08:13:53 +00:00 |
|
Gary Bradski
|
c1a862f175
|
minor docs and help code at top
|
2010-11-23 08:09:06 +00:00 |
|
Vadim Pisarevsky
|
086cddb33a
|
renamed rectify3 to rectify3Collinear
|
2010-10-27 20:13:42 +00:00 |
|
Vadim Pisarevsky
|
46988ca633
|
some more fixes in rectify3 and 3calibration (corrected disparity ratio etc.)
|
2010-10-01 09:48:56 +00:00 |
|
Vadim Pisarevsky
|
18ce63ffdb
|
fixed 3calibration sample
|
2010-10-01 09:13:52 +00:00 |
|
Vadim Pisarevsky
|
31dbefc865
|
added 3-camera rectification and 8-coeff distortion model
|
2010-09-07 15:38:48 +00:00 |
|