43 Commits (5e9f48d384cb67a7f1f828b7109d599c49a3430b)

Author SHA1 Message Date
akashsharma02 e5b99bd941 Minor fix for solvePnPRansac params mismatch #2064 5 years ago
Miloš Komarčević f220e98396
Merge pull request #2439 from kmilos:omnidir 5 years ago
catree 650bf4308f Update code to take into account solvePnP and solvePnPRansac use InputOutputArray for rvec and tvec parameters. 6 years ago
tompollok 8893087432 change area() emptiness checks to empty() 7 years ago
caseymcc c433e60a8d Allow setting the features on the RandomPatternCornerFinder (from previous run) 7 years ago
Vitaly Tuzov 08481a718a Reverted calls to linear resize back to generic version for floating point matrices 7 years ago
Vitaly Tuzov 8c394a4f2e Updated internal calls to linear resize to use bit-exact version 8 years ago
cDc 4095ef10db Fix name extraction from path in multicalib 8 years ago
Vladislav Sovrasov b4c67e8bb9 Fix gcc7 warnings 8 years ago
Vladislav Sovrasov 7a676914e8 omnidir: fix wrong memory access in estimateUncertainties 8 years ago
Alexander Alekhin 964a8a9a9d ccalib: don't convert vector<Keypoint> into Mat-like structures 8 years ago
mshabunin 2d8000bd81 Fixed encoding in one of ccalib module sources 8 years ago
Vladislav Sovrasov 5abf9f6d7a Fix wrong matrix allocation in omnidir 9 years ago
baisheng lai 7d238cfc67 revise omnidir::calibrate API (InputArray to InpurArrayOfArray) so that Python bindings will work 9 years ago
baisheng lai 79ddc32eed rename files 10 years ago
baisheng lai 27609c12e3 make optimization of omnidir::calibrate more stable 10 years ago
baisheng lai 971b745934 - move hpp files to include/opencv2/ccalib 10 years ago
baisheng lai a88a7eb83f remove warning 10 years ago
baisheng lai ce5d9b7475 bug fix 10 years ago
baisheng lai 5beefcfab2 fix a bug of multiCamCalib.cpp 10 years ago
baisheng lai 2b28181d38 modify doxygen commands 10 years ago
baisheng lai a337e588b5 remove warnings 10 years ago
baisheng lai d648cc8c86 remove warnings 10 years ago
baisheng lai fc471beb1e bug fix 10 years ago
baisheng lai a5ce50b1f1 change include files 10 years ago
baisheng lai fb27204797 All files of the second half period 10 years ago
Baisheng Lai 7082b257e9 add omnidirectional camera calibration to ccalib 10 years ago
Vadim Pisarevsky e2755362e1 quickly corrected the previous refactoring of features2d/xfeatures2d: moved from set(SOME_PROP, val) to setSomeProp(val) 11 years ago
Vadim Pisarevsky fba1825a1a fixed some more compile errors and test failures 11 years ago
Vadim Pisarevsky 0cfd795303 refactored xfeatures2d in the same style as features2d 11 years ago
Daniel Angelov ae008ddf21 fixed float warning. 11 years ago
Daniel Angelov c5b57d0c58 Enclose code in ccalib namespace. Switch defines to consts. 11 years ago
Daniel Angelov 9fb1a6dbc4 Fixed windows warnings. Updated docs to include default detector/matcher. 11 years ago
Daniel Angelov e5bc40e608 Swapped CV_RGB macro to Scalar. 11 years ago
Daniel Angelov 93361768f6 Cleared shadowing warning. 11 years ago
Daniel Angelov d98136174a Updated headers. 11 years ago
Daniel Angelov 71757c2985 Added the precomp.hpp file. 11 years ago
Daniel Angelov 5bb951a459 Added precomp header. 11 years ago
Daniel Angelov e6f8c43995 Added Custom Calibration Pattern Module. 11 years ago