Maria Dimashova
|
f8d93df52a
|
minor
|
14 years ago |
P. Druzhkov
|
15f7918e34
|
problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample
|
14 years ago |
Vladislav Vinogradov
|
6a03be2632
|
added lightweight class DeviceBuffer to matrix_reductions.cpp
|
14 years ago |
Vladislav Vinogradov
|
3c2d7b951a
|
fixed LUT (ticket #1057)
|
14 years ago |
Alexey Spizhevoy
|
7e4769a047
|
reduced memory requirements for multi-band blending
|
14 years ago |
Vadim Pisarevsky
|
b699e946b5
|
converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target.
|
14 years ago |
Andrey Kamaev
|
6facf8ba3b
|
Final version of scripts for Android cross-compilation on Windows.
|
14 years ago |
Maria Dimashova
|
0f6b8002dc
|
fixed save/load of dot; added data for the sample
|
14 years ago |
Vladislav Vinogradov
|
1c9f4e7ca2
|
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
|
14 years ago |
Leonid Beynenson
|
7ec77593db
|
Made changes in Android camera classes: now we can get list of possible preview resolutions of Android camera (as string).
Also now work of Android camera is more accurate in the case when the size of grabbed frame buffer does not consist with the expected frame size.
|
14 years ago |
Maria Dimashova
|
f4c74eb532
|
changed the dot
|
14 years ago |
Vladislav Vinogradov
|
d0a91f8f19
|
fixed gpu projectPoints and solvePnPRansac tests
|
14 years ago |
Vladislav Vinogradov
|
79b500eb0d
|
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
|
14 years ago |
Vladislav Vinogradov
|
bf29b16d1d
|
fixed bug in cv::Sobel (ddepth < 0)
|
14 years ago |
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
14 years ago |
Andrey Kamaev
|
4c7a8f8d24
|
Updated Android cross-compilation on Windows.
|
14 years ago |
Vadim Pisarevsky
|
f8e4b10248
|
made ptrdiff_t visible to GCC 4.6 compiler
|
14 years ago |
Vadim Pisarevsky
|
a7b9c31e6a
|
repaired opencv refman & refman1 build
|
14 years ago |
Vadim Pisarevsky
|
e5eb9868f6
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
99d86393cf
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
a15fe21ea0
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
7491596ef8
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
d7592dd1b8
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
bd05e356ed
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
30645f8d0d
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
16bfe3f450
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
73c935fab2
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
4a0880de19
|
moved the new docs from docroot to doc
|
14 years ago |
Vadim Pisarevsky
|
122bce6cc7
|
updated conf files to use the blue theme
|
14 years ago |
Vadim Pisarevsky
|
f82c04f426
|
removed obsolete docs
|
14 years ago |
Elena Fedotova
|
12d98a7d18
|
Purpose: completed the feature2d chapter
|
14 years ago |
Elena Fedotova
|
4f335d18fb
|
Purpose: completed the feature2d chapter
|
14 years ago |
Elena Fedotova
|
7ad698f076
|
Purpose: updated the feature2d chapter
|
14 years ago |
Elena Fedotova
|
53e9d8354e
|
Purpose: updated the feature2d chapter
|
14 years ago |
Elena Fedotova
|
4a21c6d394
|
Purpose: updated the feature2d chapter
|
14 years ago |
Anatoly Baksheev
|
8ebff41c29
|
more warnings fixed. +some warnings in examples
|
14 years ago |
Anatoly Baksheev
|
927dccb463
|
fixed compilation WITH_TBB
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Andrey Kamaev
|
c67f1a2551
|
Added missed CMakeCache.android.initial.cmake to windows build scripts
|
14 years ago |
Elena Fedotova
|
dee0aba92e
|
Purpose: updated the feature2d chapter
|
14 years ago |
Nils Hasler
|
39b79b1261
|
change state of pipeline to NULL before freeing.
|
14 years ago |
Andrey Kamaev
|
43f12fa96b
|
Removed excess l
|
14 years ago |
Anatoly Baksheev
|
cce26e58b8
|
fixed warning: can't generate assignment operator
|
14 years ago |
Andrey Kamaev
|
05ece2433e
|
Fixed Android API level detection for toolchain build
|
14 years ago |
Ilya Lysenkov
|
a685be3ea9
|
Added extra argument for BlobDetector in findCirclesGrid
|
14 years ago |
Andrey Kamaev
|
9f29506d2c
|
Refactored NEON optimization usage
|
14 years ago |
Maria Dimashova
|
94a5bf88d0
|
fixed #1048
|
14 years ago |
Vadim Pisarevsky
|
62b966460d
|
do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch)
|
14 years ago |
Vadim Pisarevsky
|
ae8f2eeac2
|
restored img_proc_test main() call; removed windows.h from ml.hpp
|
14 years ago |
Ilya Lysenkov
|
dde9181117
|
Added a fast algorithm for the symmetric circles grid detection
|
14 years ago |