Vadim Pisarevsky
|
00c30681bc
|
Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit)
|
2012-05-16 16:13:24 +00:00 |
|
Andrey Kamaev
|
5f9e295adf
|
Added test and workaround for #1942
|
2012-05-16 15:11:17 +00:00 |
|
Andrey Kamaev
|
a877ecdcf0
|
Added option to pass pre-computed pyramid to piramidal LK optical flow #1321
|
2012-05-16 14:52:46 +00:00 |
|
Vadim Pisarevsky
|
f620f1ce57
|
fixed building avfoundation on MacOSX with iOS targets
|
2012-05-15 15:34:53 +00:00 |
|
Vadim Pisarevsky
|
8a5b6ced1a
|
fixed background update in GMM2 algorithm (ticket #1931)
|
2012-05-15 14:25:07 +00:00 |
|
Andrey Kamaev
|
d2da219ec0
|
Fixed incorrect CMake variable name
|
2012-05-15 07:43:00 +00:00 |
|
Andrey Kamaev
|
9275adff81
|
Applied patch for IPP linking under MinGW (thanks to Philippe FOUBERT) #1906
|
2012-05-14 14:56:17 +00:00 |
|
Andrey Kamaev
|
26fb7603c0
|
Fixed typo #1896
|
2012-05-14 14:51:13 +00:00 |
|
Andrey Kamaev
|
07658aeb74
|
Fixed replacement of -O3 with -O2 for mingw compiler #1896
|
2012-05-14 14:19:28 +00:00 |
|
Andrey Kamaev
|
78915e016c
|
Fixed python version issue #1903
|
2012-05-14 14:05:25 +00:00 |
|
Andrey Kamaev
|
8d135e8ea1
|
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
|
2012-05-13 09:34:33 +00:00 |
|
Vadim Pisarevsky
|
6dde56faf4
|
fixed building opencv_world with VS2010
|
2012-05-12 16:27:40 +00:00 |
|
Andrey Kamaev
|
3ec3c59197
|
Updated sanity threshold for convertTo perf test
|
2012-05-12 15:12:21 +00:00 |
|
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
2012-05-12 13:54:26 +00:00 |
|
Andrey Kamaev
|
8408499c94
|
Updated dot profuct function table
|
2012-05-12 11:44:54 +00:00 |
|
Vladislav Vinogradov
|
9df6e51a5b
|
added gpu::compare with scalars (Feature #1754)
|
2012-05-12 09:45:21 +00:00 |
|
Alexander Smorkalov
|
abe16352d6
|
ColorBlobDetection example. Bug fix. Refactoring.
|
2012-05-12 07:38:31 +00:00 |
|
Vladislav Vinogradov
|
ef478840af
|
added message that timings doesn't include data transfer to gpu performance sample (Issue #1846)
|
2012-05-12 06:28:51 +00:00 |
|
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
2012-05-11 13:36:48 +00:00 |
|
Vadim Pisarevsky
|
7a7dae3627
|
fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)
|
2012-05-11 12:40:20 +00:00 |
|
Vadim Pisarevsky
|
e794622776
|
propagated 2 fixed from 2.4 to trunk
|
2012-05-11 11:48:26 +00:00 |
|
Vladislav Vinogradov
|
2dafc9a853
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
2012-05-11 11:48:15 +00:00 |
|
Vladislav Vinogradov
|
91e312958b
|
disabled WITH_OPENGL flag under MacOS
|
2012-05-10 09:53:57 +00:00 |
|
Andrey Kamaev
|
31723effe7
|
#1902 added workaround for CMake 2.8.2 bug
|
2012-05-07 14:01:36 +00:00 |
|
Alexander Reshetnikov
|
57e26bde9f
|
Accelerating the completion of video bypass (bug #1893)
|
2012-05-05 17:28:05 +00:00 |
|
Alexander Reshetnikov
|
3ec43a11ed
|
Fixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper warning
|
2012-05-05 14:43:03 +00:00 |
|
Anatoly Baksheev
|
1313d8a570
|
added check for CMake 2.8.3 for CUDA support
|
2012-05-05 09:43:18 +00:00 |
|
Alexander Smorkalov
|
bae8a88c53
|
Base version implemented.
|
2012-05-04 13:46:00 +00:00 |
|
Anatoly Baksheev
|
fe91d1ca57
|
compilation for Macos
|
2012-05-04 12:11:01 +00:00 |
|
Anatoly Baksheev
|
962754141a
|
Added check for CUDA toolkit version ( older can't compile Kepler )
|
2012-05-04 10:31:40 +00:00 |
|
Anatoly Baksheev
|
03f122ca88
|
Added check for CUDA toolkit version ( older can't compile Kepler )
|
2012-05-04 10:20:20 +00:00 |
|
Anatoly Baksheev
|
c05ebdffd8
|
Added default compilation for Kepler
|
2012-05-04 09:54:48 +00:00 |
|
Andrey Kamaev
|
0fecbdde6e
|
Added Android NDK r8 support including new mips ABI
|
2012-05-03 10:40:29 +00:00 |
|
Vladislav Vinogradov
|
c65b7a9980
|
removed #include "cap_ffmpeg_impl_v2.hpp"
|
2012-05-03 08:34:14 +00:00 |
|
Andrey Kamaev
|
860172c626
|
run.py - fixed java tests launch on Windows
|
2012-05-03 07:50:24 +00:00 |
|
Anatoly Baksheev
|
a79c52a28f
|
updated printCudaDeviceInfo to support Kepler
|
2012-05-02 21:55:38 +00:00 |
|
Marina Kolpakova
|
6e6271d995
|
Debug/Release folders fix for QTCreator build
|
2012-05-02 20:26:19 +00:00 |
|
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
2012-05-02 20:20:14 +00:00 |
|
Vladislav Vinogradov
|
77717e1abc
|
fixed opencv_ffmpeg.dll name in gpu video encoding/decoding
|
2012-05-02 13:23:11 +00:00 |
|
Vladislav Vinogradov
|
ca57239618
|
fixed some problems after r8280 (lost code)
|
2012-05-02 13:07:30 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Vladislav Vinogradov
|
3f1c6d7357
|
fixed PyrLKOpticalFlow.dense (final result size)
|
2012-04-28 13:12:14 +00:00 |
|
Vladislav Vinogradov
|
917063b7f7
|
reverted r8003 (CascadeClassifier_GPU)
|
2012-04-28 08:41:10 +00:00 |
|
Vladislav Vinogradov
|
76dc827648
|
added BruteForceMatcher_GPU (for legacy)
|
2012-04-28 07:41:21 +00:00 |
|
Alexey Spizhevoy
|
30431b94d9
|
Replaced CV_RANSAC in findHomography with CV_LMEDS (videostab)
|
2012-04-27 12:38:33 +00:00 |
|
Gary Bradski
|
54f92013b0
|
fix to Detector::write so that it doesn't abort on read
|
2012-04-27 04:05:33 +00:00 |
|
Alexey Spizhevoy
|
2799f51bf9
|
Minor changes in videostab module
|
2012-04-26 11:56:30 +00:00 |
|
Alexey Spizhevoy
|
02d34bdac2
|
Refactored videostab module
|
2012-04-26 09:01:15 +00:00 |
|
Alexander Kapustin
|
79e2070606
|
5 functions from addWeighted_func family were Neon Optimized
|
2012-04-26 08:18:01 +00:00 |
|
Alexander Kapustin
|
3e899f6fd7
|
File perf_addWeited.cpp added
|
2012-04-26 07:20:13 +00:00 |
|