Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vladislav Vinogradov
|
1566f85386
|
fixed PyrLKOpticalFlow.dense (final result size)
|
13 years ago |
Vladislav Vinogradov
|
3f1c6d7357
|
fixed PyrLKOpticalFlow.dense (final result size)
|
13 years ago |
Alexey Spizhevoy
|
6a9f934233
|
Fixed bug #1759
|
13 years ago |
Vladislav Vinogradov
|
9e868272e9
|
reverted r8003 (CascadeClassifier_GPU didn't work)
|
13 years ago |
Vladislav Vinogradov
|
917063b7f7
|
reverted r8003 (CascadeClassifier_GPU)
|
13 years ago |
Vladislav Vinogradov
|
a6c261bebd
|
merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation)
|
13 years ago |
Vladislav Vinogradov
|
916d07cf2c
|
merged bug fix from r8179 (ORB_GPU)
|
13 years ago |
Vladislav Vinogradov
|
11eacb9d14
|
Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow
|
13 years ago |
Vladislav Vinogradov
|
5bafb372af
|
fixed bug in ORB_GPU, behavior in the absence of keypoints found (Bug #1831)
|
13 years ago |
Marina Kolpakova
|
476c453ef6
|
fixed bug #1821
|
13 years ago |
Marina Kolpakova
|
99aed4713f
|
minor tab fix
|
13 years ago |
Vladislav Vinogradov
|
44eaeee865
|
refactored gpu BruteForceMather (made it similar to BFMatcher)
|
13 years ago |
Vladislav Vinogradov
|
c2935a6532
|
fixed build of gpu module without CUDA (video encoding/decoding)
|
13 years ago |
Vladislav Vinogradov
|
f65d841d6f
|
fixed several warnings (VS2010, Win64)
added getParams method to VideoWriter_GPU
|
13 years ago |
Alexey Spizhevoy
|
24be840c44
|
Added GPU version of wobble suppressor (videostab)
|
13 years ago |
Alexey Spizhevoy
|
1569c1ed52
|
Added GPU version of PyrLK based global motion estimator (videostab)
|
13 years ago |
Vladislav Vinogradov
|
dd6b11b87d
|
fixed build without CUDA
|
13 years ago |
Vladislav Vinogradov
|
f4b4665940
|
added VideoReader_GPU
|
13 years ago |
Vladislav Vinogradov
|
70909738f4
|
added support of different surface formats to VideoWriter_GPU
added key frame handling to ffmpeg wrappers
|
13 years ago |
Vladislav Vinogradov
|
2bfaf540a1
|
added VideoWriter_GPU
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Marina Kolpakova
|
d547d9c986
|
fixed alignment related bugs in gpu/nvidia
|
13 years ago |
Vladislav Vinogradov
|
1bc9ec0d77
|
fixed gpu::Laplacian
fixed gpu performance sample
|
13 years ago |
Vladislav Vinogradov
|
489a1da0ed
|
fixeg gpu::Laplacian
|
13 years ago |
Vladislav Vinogradov
|
82d619a34d
|
fixed gpu::filter2D
|
13 years ago |
Anatoly Baksheev
|
a22641aa9c
|
fixed bug #1367 in CSBP
|
13 years ago |
Anatoly Baksheev
|
d2bc0065a6
|
minor
|
13 years ago |
Vladislav Vinogradov
|
4a41107b01
|
applied patch #1734
|
13 years ago |
Andrey Kamaev
|
dc6cad3d4b
|
Fixed build with tests disabled
|
13 years ago |
Vladislav Vinogradov
|
5aae21c037
|
fixed bug #1640
|
13 years ago |
Alexey Spizhevoy
|
de27d3e023
|
Fixed bugs in gpu border extrapolation aux. classes (BORDER_REFLECT case)
|
13 years ago |
Vladislav Vinogradov
|
8e3f1c09d2
|
added support of 3-channels output to gpu::reprojectImageTo3D
minor refactoring of gpu tests
|
13 years ago |
Alexey Spizhevoy
|
c776bff95b
|
#1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary.
|
13 years ago |
Vladislav Vinogradov
|
d1423adbc7
|
moved gpu cvtColor tests to separate file
added more tests for gpu cvtColor
fixed RGB->YUV conversion
|
13 years ago |
Alexander Mordvintsev
|
d304a55e1e
|
gpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all?
|
13 years ago |
Vladislav Vinogradov
|
b2a6a257b7
|
minor modification of gpu video tests
disabled NVidia Visualization test, it's functionality (draw rectangles) doesn't used in gpu module
|
13 years ago |
Vladislav Vinogradov
|
eaea6782d5
|
added more assertion on device features to gpu functions and tests
moved TargerArchs and DeviceInfo to core
fixed bug in GpuMat::copy with mask (incorrect index in function tab)
|
13 years ago |
Vladislav Vinogradov
|
bd13e9479b
|
added assertion on device features (global atomics) into gpu tests
|
13 years ago |
Vladislav Vinogradov
|
089a835c0a
|
fixed octave computation in SURF_GPU
used random images in gpu filter tests
|
13 years ago |
Vladislav Vinogradov
|
26691e00d4
|
fixed gpu core tests (added additional check for device's feature support)
added assertion on double types for old devices
|
13 years ago |
Vladislav Vinogradov
|
9034a2d6d7
|
fixed gpu arithm functions (mismatch with cpu version)
|
13 years ago |
Alexey Spizhevoy
|
5434a9a5ec
|
Fixed gpu::matchTemplate for correct handling of big templates. Added tests
|
13 years ago |
Vladislav Vinogradov
|
059cef57e6
|
fixed gpu::filter2D border interpolation for CV_32FC1 type
added additional tests for gpu filters
fixed gpu features2D tests
|
13 years ago |
Vladislav Vinogradov
|
509c910101
|
refactored and fixed some gpu tests
fixed some bugs in gpu module
|
13 years ago |
Vladislav Vinogradov
|
844bdea5ac
|
fixed several bugs in gpu arithm functions
refactored tests for them
|
13 years ago |
Vladislav Vinogradov
|
6397fa5b38
|
fixed gpu::pyrUp (now it matches cpu analog)
fixed several warnings
|
13 years ago |
Vladislav Vinogradov
|
c510840c45
|
Fixed build without CUDA
|
13 years ago |
Vladislav Vinogradov
|
85c904a4ba
|
fixed build in gpu module (SURF and ORB)
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |