berak
|
0b31eca9c2
|
remove unnessecary print statement
#resolves: 7881
remove printf statement and associated variables from invMapPointSpherical() in undistort.cpp
|
2017-03-19 10:12:50 +01:00 |
|
Pavel Rojtberg
|
3609343acf
|
undistortPoints: only consider distCoeffs if present
iters should be 0 if we have no distortion. Also skip tilt distortion in
that case.
Furthermore move variable declarations to usage sites.
|
2016-11-09 16:11:26 +01:00 |
|
Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
2016-08-19 18:10:03 +03:00 |
|
Thomas Dunker
|
6882c10b45
|
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
|
2015-12-14 15:20:34 +01:00 |
|
Vadim Pisarevsky
|
e9729a9601
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
2014-08-16 00:29:10 +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 |
|
Andrey Kamaev
|
7b79eaf5be
|
Merge pull request #511 from aritzlc:master
|
2013-02-27 19:33:01 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
alegarda
|
62655b05f4
|
Indentation ok
|
2013-02-21 15:25:22 +01:00 |
|
alegarda
|
8a2b50dca6
|
Fixed undistort.cpp
|
2013-02-21 10:00:28 +01:00 |
|
alegarda
|
76d03fccb9
|
Added Thin Prism Distortion Model
Only the code.
|
2013-02-20 15:11:47 +01:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
Vadim Pisarevsky
|
31dbefc865
|
added 3-camera rectification and 8-coeff distortion model
|
2010-09-07 15:38:48 +00:00 |
|
Vadim Pisarevsky
|
bc4532bd07
|
added initWideAngleProjMap() function
|
2010-08-06 10:20:49 +00:00 |
|
Vadim Pisarevsky
|
4a073bd951
|
fixed build on Linux
|
2010-05-12 07:33:21 +00:00 |
|