edgarriba
9cad1dfa0d
Update C headers for DLS
10 years ago
edgarriba
5980613317
Update
10 years ago
edgarriba
5f54a22d29
Update documentation for DLS
10 years ago
edgarriba
a4e21c8fa8
Update DLS test
10 years ago
edgarriba
a3f065c409
DLS working
10 years ago
edgarriba
48c4a79d2e
DLS full algorithm compiling
11 years ago
edgarriba
730fe9e582
Hessian+ cayley2rotbar
11 years ago
edgarriba
b1b9a29e48
Extracting Eigenvalues and Eigenvectors
11 years ago
edgarriba
40f6d320c2
last update
11 years ago
edgarriba
42ab7fd876
dls() no compiles
11 years ago
edgarriba
fb67ab1257
Initial DLS add
11 years ago
edgarriba
9abcd88435
Upate test ransac
11 years ago
edgarriba
a5d40d7674
Test Run OK
11 years ago
edgarriba
89246e1a45
Update Ransac documentation
11 years ago
edgarriba
ba5a8ee299
Solvepnpransac() returns boolean
11 years ago
edgarriba
ce07024a44
Updated solvePnPRansac()
11 years ago
edgarriba
b74cfe8c2c
nothing
11 years ago
edgarriba
ac8cce3963
solvepnpransac() confidence added
11 years ago
edgarriba
747c6a2bd2
solvepnpransac() interface changed
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
edgarriba
dd52d1b526
New Ransac implementation WORKING
11 years ago
edgarriba
e0c4936c99
Input/Output Arrays (DOES NOT COMPILE)
11 years ago
edgarriba
6eb1426ea2
First version Ransac (DOESN'T COMPILE)
11 years ago
Ilya Lavrenov
43e4946cca
fix for fisheye
11 years ago
Ilya Krylov
84bb77e914
Fixed android and windows x64 build issues
11 years ago
Daniel Angelov
660d7cd3ae
Updated findHomography docs branch 2.4
...
Updated the documents to give warning to the users of `findHomography` that the function may return an empty matrix in some cases.
The user must take care of checking that.
11 years ago
Daniel Angelov
54292a8376
Removed "CV_" prefix from constants in docs
...
The `calib3d.hpp` has a definition of the constant that does not contain the prefix "CV_".
The affected methods were `findHomography` and `findEssentialMat`.
Now the documentation updates the definition of the constants to conform to the header.
11 years ago
Daniel Angelov
ce1b6e2137
Fixed inconsistency with flag names
...
Fixed inconsistency with flag names for solvePnP.
The default value for the function lacks the CV_ prefix. The code checks against "ITERATIVE". The suggested values for the parameters *include* the prefix.
Even though the enum CV_ITERATIVE (+ CV_P3P, CV_EPNP) = ITERATIVE (& P3P, EPNP), lets show to the users only one of them.
Now the user sees only {ITERATIVE, P3P, EPNP}.
11 years ago
Ilya Krylov
3678020c28
Added license to source files
11 years ago
Ilya Krylov
0d2fab86b4
Changed documentation for namespace fisheye
11 years ago
Ilya Krylov
651b13f72a
Refactored class Fisheye to namespace fisheye
11 years ago
Hernan Badino
9a371de93b
Switched insertion of connected components in filterSpecklesImpl
11 years ago
Ilya Krylov
c30fef1f9d
Fixed build issues
11 years ago
StevenPuttemans
b382984810
fix bug 3252
11 years ago
StevenPuttemans
2b4241c10b
fixed bug 3484
11 years ago
Ilya Krylov
e4a9c0f184
Fixed review comments
11 years ago
Ilya Krylov
349ff631a5
Added sample of work of Fisheye::undistortImage and its description to documentation. Removed readPoints and readExtrinsic (useless)
11 years ago
Ilya Krylov
1f94b7dfc9
minor
11 years ago
Ilya Krylov
ef01044b2f
Added documentation for Fisheye::stereoCalibrate
11 years ago
PhilLab
4ffeb01cfd
Update solvepnp.cpp
...
Clarified assert message for allowed PnP flags
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
Alexander Alekhin
b62e59aac0
icv: enable functions
11 years ago
Ilya Krylov
e6aa8ce932
Corrected notes
11 years ago
Ilya Krylov
f0f741b796
Added documentation
11 years ago
Ilya Lavrenov
59876cfb34
fixed compilation
11 years ago
Ilya Krylov
05ee15f108
Added FisheyeTest
11 years ago
Samson Yilma
de55126b69
Fixed warnings and parameter name mismatches, added #include needed in some platforms.
11 years ago
Samson Yilma
e6420bde73
Added function decomposeHomographyMat. New files added are homography_decomp.cpp and test_homography_decomp.cpp.
...
Modified files calib3d.hpp and camera_calibration_and_3d_reconstruction.rst.
11 years ago
Ilya Krylov
35e1b322cb
Added test for jacobians
11 years ago