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
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
796f839b75
minor fix in gpu docs (filter2D and convolve)
13 years ago
Vladislav Vinogradov
855feedda7
fixed error calculation in gpu::PyrLKOpticalFlow (Bug #1651 )
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
63b5cf6dea
temporary disabled optimized version of CascadeClassifier (bug #1640 )
...
fixed HaarCascadeLoader test (incorrect behavior due to macros usage)
13 years ago
Vladislav Vinogradov
ec5bdc7de8
added patch error calculation to gpu::PyrLKOpticalFlow
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
13 years ago
Alexander Shishkov
3f0bd34270
updated repository path in gpu/introduction (ticket #1260 )
13 years ago
Alexey Spizhevoy
92d2d74731
Fixed docs for gpu::convolve()
13 years ago
Vladislav Vinogradov
d00fa6b817
improved type dispatching in gpu arithm functions
13 years ago
Vladislav Vinogradov
f0f87ebf36
fixed compilation error under linux
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
Andrey Kamaev
e426dfc396
Fixed #1613 : removed YUV420i color conversion constants
13 years ago
Alexey Spizhevoy
c908c50131
Added docs for gpu::FarnebackOpticalFlow
13 years ago
Alexey Spizhevoy
e428a0c681
Fixed a compile-time error
13 years ago
Alexey Spizhevoy
8f215af048
Minor fix -- renamed a variable
13 years ago
Alexey Spizhevoy
b0d457cdb0
Minor refactoring
13 years ago
Alexey Spizhevoy
b0bf54e713
Added a perf. test for gpu::FarnebackOpticalFlow
13 years ago
Alexey Spizhevoy
9f5d97425f
Fixed some typos
13 years ago
Alexey Spizhevoy
681ac9beda
Added missing files
13 years ago
Alexey Spizhevoy
5c459aa815
Added the GPU version of the Farneback's optical flow
13 years ago
Vladislav Vinogradov
ada6ab3778
fixed compilation for old compute capabilities
13 years ago
Vladislav Vinogradov
65bef258cb
fixed compilation error
13 years ago
Vladislav Vinogradov
5af529c1bd
fixed and updated gpu implementation of separable liner filters
...
now it supports kernel's size up to 32
13 years ago
Vladislav Vinogradov
6f7e3434ca
moved finding CUDA_npp_LIBRARY to OpenCVDetectCUDA.cmake
13 years ago
Vladislav Vinogradov
f7fd7929e1
added docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow
13 years ago
Vladislav Vinogradov
a6bc747a54
minor fix : doesn't save outliers
13 years ago
Anatoly Baksheev
87bbcccea5
fixed orb bug commited by mistake
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
13 years ago
Vladislav Vinogradov
8f4d63913a
minor
13 years ago
Vladislav Vinogradov
77f286ada6
fixed build under linux
...
added PyrLKOpticalFlowDense performance test
13 years ago
Vladislav Vinogradov
a10fed8fd1
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
13 years ago
Vladislav Vinogradov
237b3ed3a0
fixed createOpticalFlowNeedleMap
13 years ago
Vladislav Vinogradov
75ac4362ca
removed ASSERT_NO_THROW
13 years ago
Andrey Kamaev
5eb6ee6290
Fixing build with CUDA enabled
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Alexey Spizhevoy
ada9158521
Fixed the building process for (ubuntu 64bit debug cuda4.1) configuration
13 years ago
Vladislav Vinogradov
f8aba8608d
fixed build under CUDA 4.1
13 years ago
Vladislav Vinogradov
bb23288c3d
fixed bug in SURF_GPU
13 years ago
Vladislav Vinogradov
d38ca09738
added gpu::printCudaDeviceInfo to all samples
13 years ago
Vladislav Vinogradov
3ec2f7f5f0
fixed gpu::device::transform with non-aligned sources (Ticket #1567 )
13 years ago
Vladislav Vinogradov
9304d32b82
disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561 )
13 years ago