Vladislav Sovrasov
|
b421ebef86
|
imgproc: slightly change the signature of undistortPoints overload
|
7 years ago |
Vladislav Sovrasov
|
701c7e5685
|
imgproc: add stop criteria tuning in undistortPoints
|
7 years ago |
Vitaly Tuzov
|
526d1d6db1
|
AVX optimized implementation of undistort migrated to separate file
|
7 years ago |
Maksim Shabunin
|
e0393f8557
|
Fixed some issues found by static analysis (4th round)
|
8 years ago |
berak
|
0b31eca9c2
|
remove unnessecary print statement
#resolves: 7881
remove printf statement and associated variables from invMapPointSpherical() in undistort.cpp
|
8 years ago |
Woody Chow
|
05476d6604
|
Optimize initUndistortRectifyMap with AVX2
|
8 years ago |
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.
|
8 years ago |
Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
8 years ago |
Thomas Dunker
|
6882c10b45
|
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
|
9 years ago |
Vadim Pisarevsky
|
e9729a9601
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
10 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
|
10 years ago |
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.
|
12 years ago |
alegarda
|
62655b05f4
|
Indentation ok
|
12 years ago |
alegarda
|
8a2b50dca6
|
Fixed undistort.cpp
|
12 years ago |
alegarda
|
76d03fccb9
|
Added Thin Prism Distortion Model
Only the code.
|
12 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |
Vadim Pisarevsky
|
31dbefc865
|
added 3-camera rectification and 8-coeff distortion model
|
14 years ago |
Vadim Pisarevsky
|
bc4532bd07
|
added initWideAngleProjMap() function
|
15 years ago |
Vadim Pisarevsky
|
4a073bd951
|
fixed build on Linux
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |