edgarriba
9cad1dfa0d
Update C headers for DLS
11 years ago
edgarriba
5980613317
Update
11 years ago
edgarriba
5f54a22d29
Update documentation for DLS
11 years ago
edgarriba
a4e21c8fa8
Update DLS test
11 years ago
edgarriba
a3f065c409
DLS working
11 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
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
Elena Gvozdeva
ce0b808e3c
IPP: fixed ipp_matchTemplate
11 years ago
Vladislav Vinogradov
f1e44fa5ca
fix bug #3678 (cuda::integral failures)
11 years ago
Alexander Mordvintsev
dd67ea0210
find -> rindex
11 years ago
Ilya Lavrenov
d16e0b377f
disabled IPP functions that slower than OpenCV
11 years ago
Ilya Lavrenov
f64dfeb222
fix for cv::norm (norm_inf)
11 years ago
Alexander Mordvintsev
120b3a1e77
Work on python wrapped generation automation:
...
- all parsed headers are included into "cv2.cpp" with "pyopencv_generated_include.h"
- types starting with "Ptr_" converted to "Ptr<...>" form (avoids many typedefs in "cv2.cpp")
11 years ago
Ilya Lavrenov
e2558e5ee5
increased eps to pass tests
11 years ago
Alexander Karsakov
4e7f62fd24
Fixed ipp check for cornerMinEigenVal
11 years ago
Ilya Lavrenov
11b01cd8b9
added ipp threshold inplace
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
Vladislav Vinogradov
77275031ab
finally fix cv::subtract
11 years ago
Vladislav Vinogradov
629461c836
fix output matrix allocation in cv::subtract
11 years ago
Ilya Lavrenov
3ccaa5294e
added OpenCL RGB <-> Luv conversions
11 years ago
Ilya Lavrenov
abf905154f
cv::fitler2D
11 years ago
Ilya Lavrenov
1ad69aba35
changes sigma in perf tests
11 years ago
Vladislav Vinogradov
4c66614e07
fix cv::subtract function:
...
call dst.create(...) before using it
11 years ago
Alexander Karsakov
f6a8ac2f6c
Changed check condition in tests in case ipp disabled.
11 years ago
Elena Gvozdeva
12279e2631
fixed
11 years ago
Elena Gvozdeva
e362c3fb38
fixed
11 years ago
PhilLab
4ffeb01cfd
Update solvepnp.cpp
...
Clarified assert message for allowed PnP flags
11 years ago
Alexander Karsakov
eda084e123
Used AutoBuffer instead ippsMalloc
11 years ago
Rok Mandeljc
c35fd55b0e
Matlab bindings: CMakeLists.txt: use "${LIBRARY_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}" as MEX_LIB_DIR only when compiling with MSVC, otherwise, use only "${LIBRARY_OUTPUT_PATH}"
11 years ago
Rok Mandeljc
fa075c50a1
Matlab bindings: fixed the functional template to perform an explicit cast to the type of an input option that is expected. This avoids issues with ternary operator not having the same type in rvalue and lvalue, such as in the case below:
...
Ptr_FeatureDetector blobDetector = inputs[3].empty() ? makePtr<SimpleBlobDetector>() : inputs[3].toPtrFeatureDetector();
Which after the patch, would be:
Ptr_FeatureDetector blobDetector = inputs[3].empty() ? (Ptr_FeatureDetector) makePtr<SimpleBlobDetector>() : inputs[3].toPtrFeatureDetector();
11 years ago
Rok Mandeljc
2d47dd7038
Matlab bindings: added missing compound type declarations from photo module
11 years ago
Michael Vukadinovic
c1aee0c312
Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel.
11 years ago
Alexander Alekhin
71f871fafd
replaced sanity check condition for stitching perf test
11 years ago
Alexander Karsakov
4ebe76098e
Disabled IPP resize for CV_8U
11 years ago
Ilya Lavrenov
c80faff42f
added cn>1 support to cv::norm (NORM_INF)
11 years ago