Vladislav Vinogradov
67b718f1cb
fixed some bugs in gpu module under Windows:
...
* convertTo alignment error
* compare with scalars error
13 years ago
Vladislav Vinogradov
d382fa56c7
Merged revision(s) 8474 from trunk:
...
fixed several problems with CUDA 5.0
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
........
13 years ago
Vladislav Vinogradov
2582464e51
fixed several problems with CUDA 5.0
...
* gpu::LUT, uses device memory instead of host memory
* gpu::multiply, round mod for CV_8U depth
13 years ago
Vladislav Vinogradov
f07250acf3
updated gpu performance tests
13 years ago
Anatoly Baksheev
671233cd46
gpu: added Cascade and mulAndScaleSpectrums perf tests
13 years ago
Andrey Kamaev
50ad690993
Merged the trunk till r8291
13 years ago
Vladislav Vinogradov
9df6e51a5b
added gpu::compare with scalars (Feature #1754 )
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
e467ece19c
merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test)
13 years ago
Vladislav Vinogradov
70f8b8b5ec
fixed GPU_NVidia/NCV.Visualization test
13 years ago
Vladislav Vinogradov
6e830cf8f8
added additional tests to gpu::BFMatcher
13 years ago
Marina Kolpakova
476c453ef6
fixed bug #1821
13 years ago
Vladislav Vinogradov
44eaeee865
refactored gpu BruteForceMather (made it similar to BFMatcher)
13 years ago
Vladislav Vinogradov
f65d841d6f
fixed several warnings (VS2010, Win64)
...
added getParams method to VideoWriter_GPU
13 years ago
Alexey Spizhevoy
1569c1ed52
Added GPU version of PyrLK based global motion estimator (videostab)
13 years ago
Vladislav Vinogradov
f4b4665940
added VideoReader_GPU
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
Andrey Kamaev
b756033206
Fixed several warnings on various platforms
13 years ago
Andrey Kamaev
7cc7a3f37d
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
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
e1fd68b21e
fixed #1257 ( HaarCascadeApplication GPU test crash )
13 years ago
Anatoly Baksheev
a22641aa9c
fixed bug #1367 in CSBP
13 years ago
Vladislav Vinogradov
5aae21c037
fixed bug #1640
13 years ago
Vladislav Vinogradov
8e3f1c09d2
added support of 3-channels output to gpu::reprojectImageTo3D
...
minor refactoring of gpu tests
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
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
7057dd8fc0
added test for gpu::Laplacian for CV_32FC1 type
...
changed epsilon for matrix comparison in gpu::sqrt test
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
85c904a4ba
fixed build in gpu module (SURF and ORB)
13 years ago
Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago
Vladislav Vinogradov
cd2cc6197f
fixed bug in gpu::pyrUp implementation
13 years ago
Vladislav Vinogradov
02f226a981
fixed bug in gpu::pyrDown
13 years ago
Vladislav Vinogradov
e7dda44a07
updated image for StereoConstantSpaceBP regression test
...
updated gpu tests for CornerHarris and CornerMinEigen
moved direct convolution implementation to gpu::filter2D, gpu::convolve now use only DFT-based algorithm (Bug #1639 )
13 years ago
Vladislav Vinogradov
ec5bdc7de8
added patch error calculation to gpu::PyrLKOpticalFlow
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Alexey Spizhevoy
e428a0c681
Fixed a compile-time error
13 years ago