Vladislav Vinogradov
|
b398ac7a96
|
added ImagePyramid class to gpu module
|
14 years ago |
Vladislav Vinogradov
|
92a682093a
|
fixed compilation error
|
14 years ago |
Andrey Kamaev
|
8108dfb397
|
Added perf tests for blur, medianBlur, GaussianBlur
|
14 years ago |
Alexander Shishkov
|
26aef8c719
|
added skipped file
|
14 years ago |
Alexander Shishkov
|
c11551a510
|
added P3P method
added test for solvePnP
changed test for solvePnPRansac
fixed bug with mutex solvePnPRansac
|
14 years ago |
Leonid Beynenson
|
6d8f4c6b82
|
Added small debug insertion.
|
14 years ago |
Andrey Kamaev
|
5ca24d2ead
|
Added perf tests for cv::compare
|
14 years ago |
Andrey Kamaev
|
320bee3bfe
|
Fixed border interpolation problem in filter2D
|
14 years ago |
Alexander Reshetnikov
|
4cfc9dc67e
|
fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface
|
14 years ago |
Andrey Kamaev
|
c29ea1056d
|
Added perf test for cv::threshold
|
14 years ago |
Andrey Kamaev
|
cb687b9b1e
|
Added performance test for cv::dilate
|
14 years ago |
Andrey Kamaev
|
bdfd4c3062
|
Refactored Tegra related macro usage
|
14 years ago |
Maria Dimashova
|
48ea65e69c
|
fixed traincascade for ordered features
|
14 years ago |
Alexey Spizhevoy
|
b4f17ab79e
|
Updated motions estimators in the stitching module to be able to set camera intrinsics manually
|
14 years ago |
Kirill Kornyakov
|
893f75444d
|
Optimized version of ReduceR functions and one ReduceC function added
Attention! Optimized ReduceC function produced the bug
|
14 years ago |
Alexander Reshetnikov
|
1767049f30
|
Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function.
|
14 years ago |
Andrey Kamaev
|
ec7bc9e497
|
Fixed ORB and SURF regression tests
|
14 years ago |
Andrey Kamaev
|
ef4ce6232a
|
Fixed FAST feature detector Java tests
|
14 years ago |
Andrey Kamaev
|
3d61f5bdd0
|
Fixed 2 more tests for Java API
|
14 years ago |
Andrey Kamaev
|
e9dffe1394
|
Fixed failed Java API tests for core module
|
14 years ago |
Vladislav Vinogradov
|
d13a6b74b2
|
Fixed bug with submatrix in device::transform
|
14 years ago |
Alexander Reshetnikov
|
dab3586792
|
first version of Eigen test for C++ interface
|
14 years ago |
Alexander Shishkov
|
6fa936472e
|
fixed compilation errors in epnp with gcc
|
14 years ago |
Alexander Shishkov
|
c5d8ec4ac0
|
first version of ePnP code
|
14 years ago |
Andrey Kamaev
|
4168a698f6
|
Fixed highgui tests for Android
|
14 years ago |
Leonid Beynenson
|
54adb3c9cf
|
Removed unrequired dependency to the header "cvconfig.h".
|
14 years ago |
Alexander Shishkov
|
0922b3f3be
|
fixed Python description of estimateAffine3D function
|
14 years ago |
Andrey Kamaev
|
ce81868ba4
|
Fixed cv::norm accuracy test allowed error
|
14 years ago |
Andrey Kamaev
|
4aa47ad115
|
Added multiple connected Android devices support to the run.py script
|
14 years ago |
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
14 years ago |
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
14 years ago |
Vladislav Vinogradov
|
677fc3a09f
|
fixed gpu perf tests (out of memory)
|
14 years ago |
Vladislav Vinogradov
|
6310622be3
|
minor
|
14 years ago |
Vladislav Vinogradov
|
061f032719
|
fixed build under linux
|
14 years ago |
Vladislav Vinogradov
|
3afc97e67e
|
fixed new OpenGL functionality under Qt
|
14 years ago |
Marius Muja
|
f1efd955b4
|
Fix to solve conflicts to standalone FLANN
|
14 years ago |
Vadim Pisarevsky
|
7795cd200f
|
added description of minMaxIdx
|
14 years ago |
Vadim Pisarevsky
|
5db9e90d66
|
fixed yet another bug in SVD. Now Core_SVD test passes
|
14 years ago |
Vadim Pisarevsky
|
72c23e7bbb
|
fixed most of test_core failures (except for SVD)
|
14 years ago |
Vadim Pisarevsky
|
77dda061a7
|
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
|
14 years ago |
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
14 years ago |
Vadim Pisarevsky
|
3ae22014a0
|
fixed description of inRange/inRangeS (ticket #1500)
|
14 years ago |
Vadim Pisarevsky
|
8a9876bee2
|
corrected description of goodFeaturesToTrack (ticket #1488)
|
14 years ago |
Vadim Pisarevsky
|
5353b97605
|
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
|
14 years ago |
Vadim Pisarevsky
|
2547f7554e
|
fixed memory corruption in CvEM::read() (ticket #1399)
|
14 years ago |
Vadim Pisarevsky
|
b20871ce2d
|
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)
|
14 years ago |
Leonid Beynenson
|
0b907d088d
|
Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm.
|
14 years ago |
Andrey Kamaev
|
d6ef0378a2
|
Reverted invalid cv::reduce optimization
|
14 years ago |
Andrey Kamaev
|
4525ce56c3
|
Fixed Android target setup for OpenCv library project
|
14 years ago |
Kirill Kornyakov
|
ab2ae86e86
|
Optimized version of Reduce functions added
|
14 years ago |