Alexander Shishkov
|
c5d8ec4ac0
|
first version of ePnP code
|
13 years ago |
Andrey Kamaev
|
4168a698f6
|
Fixed highgui tests for Android
|
13 years ago |
Leonid Beynenson
|
54adb3c9cf
|
Removed unrequired dependency to the header "cvconfig.h".
|
13 years ago |
Alexander Shishkov
|
0922b3f3be
|
fixed Python description of estimateAffine3D function
|
13 years ago |
Andrey Kamaev
|
ce81868ba4
|
Fixed cv::norm accuracy test allowed error
|
13 years ago |
Andrey Kamaev
|
4aa47ad115
|
Added multiple connected Android devices support to the run.py script
|
13 years ago |
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
13 years ago |
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
13 years ago |
Vladislav Vinogradov
|
677fc3a09f
|
fixed gpu perf tests (out of memory)
|
13 years ago |
Vladislav Vinogradov
|
6310622be3
|
minor
|
13 years ago |
Vladislav Vinogradov
|
061f032719
|
fixed build under linux
|
13 years ago |
Vladislav Vinogradov
|
3afc97e67e
|
fixed new OpenGL functionality under Qt
|
13 years ago |
Marius Muja
|
f1efd955b4
|
Fix to solve conflicts to standalone FLANN
|
13 years ago |
Vadim Pisarevsky
|
7795cd200f
|
added description of minMaxIdx
|
13 years ago |
Vadim Pisarevsky
|
5db9e90d66
|
fixed yet another bug in SVD. Now Core_SVD test passes
|
13 years ago |
Vadim Pisarevsky
|
72c23e7bbb
|
fixed most of test_core failures (except for SVD)
|
13 years ago |
Vadim Pisarevsky
|
77dda061a7
|
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
|
13 years ago |
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
13 years ago |
Vadim Pisarevsky
|
3ae22014a0
|
fixed description of inRange/inRangeS (ticket #1500)
|
13 years ago |
Vadim Pisarevsky
|
8a9876bee2
|
corrected description of goodFeaturesToTrack (ticket #1488)
|
13 years ago |
Vadim Pisarevsky
|
5353b97605
|
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
|
13 years ago |
Vadim Pisarevsky
|
2547f7554e
|
fixed memory corruption in CvEM::read() (ticket #1399)
|
13 years ago |
Vadim Pisarevsky
|
b20871ce2d
|
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)
|
13 years ago |
Leonid Beynenson
|
0b907d088d
|
Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm.
|
13 years ago |
Andrey Kamaev
|
d6ef0378a2
|
Reverted invalid cv::reduce optimization
|
13 years ago |
Andrey Kamaev
|
4525ce56c3
|
Fixed Android target setup for OpenCv library project
|
13 years ago |
Kirill Kornyakov
|
ab2ae86e86
|
Optimized version of Reduce functions added
|
13 years ago |
Andrey Kamaev
|
35457afab3
|
Fixed bug in phaseCorrelate
|
13 years ago |
Andrey Kamaev
|
a67a0c76c5
|
Fixed logging in perf tests; small bugfix in run.py
|
13 years ago |
Vladislav Vinogradov
|
a2697b18e2
|
minor fix
|
13 years ago |
Vladislav Vinogradov
|
fa93b724ee
|
minor
|
13 years ago |
Vladislav Vinogradov
|
1a1d167bb8
|
fixed build under linux
|
13 years ago |
Vladislav Vinogradov
|
bd4239be7b
|
moved OpenGL wrappers to separate header
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
|
13 years ago |
Andrey Morozov
|
59ea0d8ee8
|
fixed bug in chart.py
|
13 years ago |
Alexander Mordvintsev
|
f2d2c8db77
|
exposed SurfFeatureDetector and SurfDescriptorExtractor to python
|
13 years ago |
Leonid Beynenson
|
782ccc1844
|
Made changes in the stitching module to make correct logging on Android.
|
13 years ago |
Andrey Kamaev
|
5cbec286fc
|
Tegra-optimized pyrUp
|
13 years ago |
Vladislav Vinogradov
|
0403746636
|
implemented addTextOpenGl under Gtk
|
13 years ago |
Vladislav Vinogradov
|
07debd6cb5
|
minor fix
|
13 years ago |
Vladislav Vinogradov
|
9817252b23
|
added addTextOpenGl function
|
13 years ago |
Vladislav Vinogradov
|
2a4fb155e1
|
added OpenGL support to Gtk realization of highgui
|
13 years ago |
Andrey Kamaev
|
fb2fad52a2
|
Fixed bug in cv::pyrUp. Reenabled accuracy test.
|
13 years ago |
Vladislav Vinogradov
|
35e69a1ee3
|
fixed build with Qt
|
13 years ago |
Andrey Pavlenko
|
467f936459
|
Adding optimized Mat Allocator
|
13 years ago |
Andrey Kamaev
|
f05259f28f
|
Tegra-optmized pyrDown
|
13 years ago |
Kirill Kornyakov
|
7d8f487b03
|
reverted occasional commit
|
13 years ago |
Kirill Kornyakov
|
913811836a
|
workaround for the case when perf system is used in external app without TBB
|
13 years ago |
Andrey Kamaev
|
1c9d75081c
|
Added performance test for pyrUp/pyrDown
|
13 years ago |
Marius Muja
|
4330777d1c
|
Fixing uint32_t typedef for MSVC
|
13 years ago |
Marius Muja
|
2c5de6dd59
|
Fix ticket #1346
|
13 years ago |