Anatoly Baksheev
|
caddd398e6
|
Merged revision(s) 8368 from trunk/opencv/modules/gpu/src/imgproc.cpp:
fixed possible compilation error for macos
........
|
13 years ago |
Alexander Smorkalov
|
e62f147edc
|
ColorBlobDetection example. Bug fix. Refactring.
|
13 years ago |
Alexander Smorkalov
|
b7c1fd34b9
|
ColorBlobDetection example. Pyrdown added. Contour area filtering added.
|
13 years ago |
Andrey Kamaev
|
ba238562c6
|
Fix for #1902 is merged from trunk
|
13 years ago |
Anatoly Baksheev
|
01e93d57f0
|
Merged from trunk.
|
13 years ago |
Philipp Wagner
|
86524b0e4a
|
Fixed facerec_demo.cpp.
|
13 years ago |
Anatoly Baksheev
|
70f74b70b7
|
fixed GPU compilation
|
13 years ago |
Anatoly Baksheev
|
10459a886b
|
Added check for CUDA toolkit version ( older can't compile Kepler )
|
13 years ago |
Anatoly Baksheev
|
215dd2a41b
|
Merged revision(s) 8304 from trunk/opencv/cmake/OpenCVDetectCUDA.cmake:
Added check for CUDA toolkit version ( older can't compile Kepler )
........
|
13 years ago |
Marina Kolpakova
|
025f6674db
|
update for kepler arch support
|
13 years ago |
Vadim Pisarevsky
|
3f5d722f34
|
fixed typo in mulSpectrums description (ticket #1868)
|
13 years ago |
Anatoly Baksheev
|
ab4025f8de
|
fixed for Kepler
|
13 years ago |
Marina Kolpakova
|
ea3fe441df
|
fix for brute-force matcher with CUDA 4.2.
|
13 years ago |
Alexander Shishkov
|
06e3c8fe91
|
update FFMPEG wrapper binaries
|
13 years ago |
Vadim Pisarevsky
|
4a34487a03
|
get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
|
13 years ago |
Vadim Pisarevsky
|
2c88791600
|
get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
|
13 years ago |
Vadim Pisarevsky
|
09ca294a76
|
avoid simultanous reading data from 2 videos Highgui_Video.regression, since earlier versions of ffmpeg (or the way our wrapper uses them) can not handle that properly
|
13 years ago |
Vadim Pisarevsky
|
083cbe999b
|
force BUILD_PNG/JPEG/TIFF/ZLIB on MacOSX, because sometimes the found lib<...> is different from the one used in build.
|
13 years ago |
Alexander Shishkov
|
4bca91e1da
|
update FFMPEG wrapper binaries
|
13 years ago |
Vadim Pisarevsky
|
5e2df0d6b0
|
some more fixes in ffmpeg wrapper; now it handles big videos better.
|
13 years ago |
Alexander Shishkov
|
24f8c21bba
|
updated pdfs
|
13 years ago |
Alexander Shishkov
|
409c5e04a1
|
change docs version
|
13 years ago |
Vadim Pisarevsky
|
7a3b351357
|
added documentation for ORB (ticket #1835). updated documentation on features2d (Feature2D class is still to be documented) (ticket #1819)
|
13 years ago |
Alexander Shishkov
|
d40dc9a928
|
update FFMPEG wrapper binaries
|
13 years ago |
Vadim Pisarevsky
|
8bab09de07
|
temporary reverted av_free_packet() patch.
|
13 years ago |
Alexander Shishkov
|
78ef76165e
|
moved part of f2d docs to the legacy module
|
13 years ago |
Vadim Pisarevsky
|
c9dacaa254
|
added description of Algorithm class (ticket #1818)
|
13 years ago |
Vladislav Vinogradov
|
1566f85386
|
fixed PyrLKOpticalFlow.dense (final result size)
|
13 years ago |
Vadim Pisarevsky
|
bffd77ed87
|
moved planar subdiv docs to legacy; added Input/OutputArray docs to core
|
13 years ago |
Alexander Shishkov
|
ab15b5954e
|
fixed #1824
|
13 years ago |
Andrey Pavlenko
|
c3129190fc
|
Java API: minor fix in javadoc
|
13 years ago |
Andrey Kamaev
|
50009e1546
|
Improved javadoc generation scripts
|
13 years ago |
Alexander Smorkalov
|
b165997e22
|
Bug #1853 15-puzzles example does not work on Samsung gt-i9100 with Android ICS 4.0.3 fixed.
|
13 years ago |
Alexey Spizhevoy
|
6a9f934233
|
Fixed bug #1759
|
13 years ago |
Vadim Pisarevsky
|
40d8d11f45
|
fixed RGBD capture with Asus Xtion (by Gary Bradski)
|
13 years ago |
Vadim Pisarevsky
|
682f31a013
|
fixed 3-channel output tvecs support in calibrateCamera (patch #1807)
|
13 years ago |
Vadim Pisarevsky
|
53104e6f43
|
decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete
|
13 years ago |
Andrey Pavlenko
|
4a6346961f
|
Java API: updating OpenCV version, minor Core API improvements, enabling EM.
|
13 years ago |
Andrey Pavlenko
|
2efa446e81
|
updating Posterize in 'image manipulation' Java sample
|
13 years ago |
Vladislav Vinogradov
|
9e868272e9
|
reverted r8003 (CascadeClassifier_GPU didn't work)
|
13 years ago |
Alexander Smorkalov
|
c1c1a376a1
|
bad changes reverted.
|
13 years ago |
Alexander Smorkalov
|
a9d9eb1ab6
|
Loader classes for OpenCV with Android service added. Library loading in OpenCV API removed.
|
13 years ago |
Alexander Shishkov
|
ac8f6b02de
|
update FFMPEG wrapper binaries
|
13 years ago |
Alexander Reshetnikov
|
689c1814a5
|
Fixed VideoCapture memory leak (bug #1481)
|
13 years ago |
Andrey Kamaev
|
95e657714f
|
Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows
|
13 years ago |
Vadim Pisarevsky
|
1a9758c0a2
|
fixed Linemod's Detector write method (removed nested sequence delimiters)
|
13 years ago |
Vadim Pisarevsky
|
9b382d07f6
|
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
|
13 years ago |
Andrey Kamaev
|
1046f50acb
|
CMake for new Android example
|
13 years ago |
Andrey Pavlenko
|
3a922a535c
|
adding one more assertion to a Java test
|
13 years ago |
Andrey Pavlenko
|
52f5009a4c
|
adding Histogram and Posterize, removing Blur from 'image manipulation' Java sample
|
13 years ago |