Andrey Kamaev
|
639bf3ee8f
|
Fixed accumulateWeighted with mask for multichannel matrices #1959
|
13 years ago |
Andrey Kamaev
|
def87eae19
|
Fixed MinGW build after r8358
|
13 years ago |
Anatoly Baksheev
|
b82b4a640d
|
fixed possible compilation error for macos
|
13 years ago |
Andrey Kamaev
|
0ba3236ce0
|
Fixed Algorithm usage example #1904
|
13 years ago |
Andrey Kamaev
|
8f3273bf07
|
Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321
|
13 years ago |
Vadim Pisarevsky
|
00c30681bc
|
Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit)
|
13 years ago |
Andrey Kamaev
|
5f9e295adf
|
Added test and workaround for #1942
|
13 years ago |
Andrey Kamaev
|
a877ecdcf0
|
Added option to pass pre-computed pyramid to piramidal LK optical flow #1321
|
13 years ago |
Vadim Pisarevsky
|
f620f1ce57
|
fixed building avfoundation on MacOSX with iOS targets
|
13 years ago |
Vadim Pisarevsky
|
8a5b6ced1a
|
fixed background update in GMM2 algorithm (ticket #1931)
|
13 years ago |
Andrey Kamaev
|
8d135e8ea1
|
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
|
13 years ago |
Vadim Pisarevsky
|
6dde56faf4
|
fixed building opencv_world with VS2010
|
13 years ago |
Andrey Kamaev
|
3ec3c59197
|
Updated sanity threshold for convertTo perf test
|
13 years ago |
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
13 years ago |
Andrey Kamaev
|
8408499c94
|
Updated dot profuct function table
|
13 years ago |
Vladislav Vinogradov
|
9df6e51a5b
|
added gpu::compare with scalars (Feature #1754)
|
13 years ago |
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
13 years ago |
Vadim Pisarevsky
|
7a7dae3627
|
fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918)
|
13 years ago |
Vadim Pisarevsky
|
e794622776
|
propagated 2 fixed from 2.4 to trunk
|
13 years ago |
Vladislav Vinogradov
|
2dafc9a853
|
fixed build under MacOS (disabled video decoding, it's not supported)
|
13 years ago |
Alexander Reshetnikov
|
57e26bde9f
|
Accelerating the completion of video bypass (bug #1893)
|
13 years ago |
Alexander Reshetnikov
|
3ec43a11ed
|
Fixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper warning
|
13 years ago |
Anatoly Baksheev
|
fe91d1ca57
|
compilation for Macos
|
13 years ago |
Vladislav Vinogradov
|
c65b7a9980
|
removed #include "cap_ffmpeg_impl_v2.hpp"
|
13 years ago |
Andrey Kamaev
|
860172c626
|
run.py - fixed java tests launch on Windows
|
13 years ago |
Anatoly Baksheev
|
a79c52a28f
|
updated printCudaDeviceInfo to support Kepler
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vladislav Vinogradov
|
77717e1abc
|
fixed opencv_ffmpeg.dll name in gpu video encoding/decoding
|
13 years ago |
Vladislav Vinogradov
|
ca57239618
|
fixed some problems after r8280 (lost code)
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vladislav Vinogradov
|
3f1c6d7357
|
fixed PyrLKOpticalFlow.dense (final result size)
|
13 years ago |
Vladislav Vinogradov
|
917063b7f7
|
reverted r8003 (CascadeClassifier_GPU)
|
13 years ago |
Vladislav Vinogradov
|
76dc827648
|
added BruteForceMatcher_GPU (for legacy)
|
13 years ago |
Alexey Spizhevoy
|
30431b94d9
|
Replaced CV_RANSAC in findHomography with CV_LMEDS (videostab)
|
13 years ago |
Gary Bradski
|
54f92013b0
|
fix to Detector::write so that it doesn't abort on read
|
13 years ago |
Alexey Spizhevoy
|
2799f51bf9
|
Minor changes in videostab module
|
13 years ago |
Alexey Spizhevoy
|
02d34bdac2
|
Refactored videostab module
|
13 years ago |
Alexander Kapustin
|
79e2070606
|
5 functions from addWeighted_func family were Neon Optimized
|
13 years ago |
Alexander Kapustin
|
3e899f6fd7
|
File perf_addWeited.cpp added
|
13 years ago |
Alexey Spizhevoy
|
2270c2f5bd
|
Refactored videostab module
|
13 years ago |
Alexandre Benoit
|
9dfb1f77a0
|
fixed a dicide by zero potential problem
|
13 years ago |
Alexey Spizhevoy
|
71391eb76f
|
Added LP based global motion estimation (videostab)
|
13 years ago |
Vladislav Vinogradov
|
11eacb9d14
|
Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow
|
13 years ago |
Vladislav Vinogradov
|
4ddde66b48
|
fixed build without ffmpeg (gpu module)
|
13 years ago |
Vladislav Vinogradov
|
1fba38d01c
|
updated gpu docs (BFMatcher_GPU)
|
13 years ago |
Vladislav Vinogradov
|
5bafb372af
|
fixed bug in ORB_GPU, behavior in the absence of keypoints found (Bug #1831)
|
13 years ago |
Vladislav Vinogradov
|
70f8b8b5ec
|
fixed GPU_NVidia/NCV.Visualization test
|
13 years ago |
Alexey Spizhevoy
|
95efec7539
|
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
|
13 years ago |
Vladislav Vinogradov
|
6e830cf8f8
|
added additional tests to gpu::BFMatcher
|
13 years ago |
Vladislav Vinogradov
|
44eaeee865
|
refactored gpu BruteForceMather (made it similar to BFMatcher)
|
13 years ago |