sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
8 years ago |
Maksim Shabunin
|
2a350b11dd
|
Fixed several merge issues
|
9 years ago |
Oliver Schreer
|
74b83cfce5
|
Modified and improved the method for chessboard detection. It is now faster and detects chessboards under difficult lighting condition as well as when the chessboard has strong out of plane rotations
|
9 years ago |
Vladislav Sovrasov
|
46fb46c54e
|
Add an extended version of CalibrateCamera function
|
9 years ago |
Thomas Dunker
|
6882c10b45
|
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
|
9 years ago |
Pavel Rojtberg
|
4c251bd260
|
CvLevMarq: add solve method to interface
|
9 years ago |
Vijay Pradeep
|
49bc100e51
|
Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed
|
10 years ago |
Vijay Pradeep
|
1292fdf71a
|
Now using default arg instead of overloads
|
10 years ago |
Vijay Pradeep
|
177478a8ad
|
overload instead of default arg for ABI backwards compatibility. rng_seed is now 'int' to support python port
|
10 years ago |
Vijay Pradeep
|
a1c5740044
|
solvePnPRansac now accepts a seed and is deterministic
|
10 years ago |
Maksim Shabunin
|
c5a698fb54
|
Doxygen documentation: calib3d and features2d modules
|
10 years ago |
Shubhra Pandit
|
6ca893be23
|
Adding feature 1544 and 1557
-cv::findHomography added a parameter for RANSAC iterations
-cv::findHomography added a parameter for RANSAC confidence
|
10 years ago |
edgarriba
|
9cad1dfa0d
|
Update C headers for DLS
|
11 years ago |
Ilya Krylov
|
651b13f72a
|
Refactored class Fisheye to namespace fisheye
|
11 years ago |
Ilya Krylov
|
c30fef1f9d
|
Fixed build issues
|
11 years ago |
Ilya Krylov
|
e4a9c0f184
|
Fixed review comments
|
11 years ago |
Ilya Krylov
|
1f94b7dfc9
|
minor
|
11 years ago |
Ilya Krylov
|
50b291995a
|
Added tests for stereoCalibrate
|
11 years ago |
Ilya Krylov
|
c2341fd446
|
Added stereoCalibrate for Fisheye camera model
|
11 years ago |
Ilya Krylov
|
e6aa8ce932
|
Corrected notes
|
11 years ago |
Ilya Krylov
|
f0f741b796
|
Added documentation
|
11 years ago |
Ilya Krylov
|
9c7e0bfd33
|
Added fisheye camera model
|
11 years ago |
Adrien BAK
|
c5c3fd4443
|
modify signature of stereoCalibrate for consistency
|
11 years ago |
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
11 years ago |
Alexander Smorkalov
|
16c4aad36d
|
Java/Python bindings for computeCorrespondEpilines added.
Simle Java test for computeCorrespondEpilines added.
|
12 years ago |
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
Andrey Kamaev
|
a42a0f5fca
|
Added compatibility headers
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Vadim Pisarevsky
|
df89f30b4a
|
removed preset parameter in createStereoBM, updated stereo_match sample
|
12 years ago |
Vadim Pisarevsky
|
b6efe30527
|
new API for StereoMatchers
|
12 years ago |
alegarda
|
62655b05f4
|
Indentation ok
|
12 years ago |
alegarda
|
76d03fccb9
|
Added Thin Prism Distortion Model
Only the code.
|
12 years ago |
Bo Li
|
956a029ede
|
added code, test and doc for five-point algorithm
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Ilya Lysenkov
|
e7b4353505
|
Added termination criteria as a calibrateCamera() parameter
|
13 years ago |
Ilya Lysenkov
|
f29912b501
|
Added wrappers of cvCorrectMatches (#1350)
|
13 years ago |
Ilya Lysenkov
|
37db334f8a
|
Added wrappers of cvTriangulatePoints()
|
13 years ago |
Ilya Lysenkov
|
207e46b425
|
Restored findCirclesGridDefault() for backward compatibility
|
13 years ago |
Ilya Lysenkov
|
1252671c9d
|
Added a full Python wrapper of findCirclesGrid
|
13 years ago |
Alexander Shishkov
|
c11551a510
|
added P3P method
added test for solvePnP
changed test for solvePnPRansac
fixed bug with mutex solvePnPRansac
|
13 years ago |
Alexander Shishkov
|
c5d8ec4ac0
|
first version of ePnP code
|
13 years ago |
Vadim Pisarevsky
|
282c3044e6
|
exported C++ stereoRectify in Python
|
13 years ago |
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
14 years ago |
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
Vadim Pisarevsky
|
5bb8076d7d
|
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)
|
14 years ago |
Vadim Pisarevsky
|
f4dc4b43e4
|
fixed calibrateCamera API (ticket #1143)
|
14 years ago |