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
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
13 years ago
Vladislav Vinogradov
ddf56fa629
added additional error check
13 years ago
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
13 years ago
Vladislav Vinogradov
5e1808c797
fixed bug in gpu::Canny
13 years ago
Vladislav Vinogradov
1d1da9c5d6
added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal
13 years ago
Vladislav Vinogradov
6c1de21a76
fixed bug in gpu::transformSmart with mask
13 years ago
Vladislav Vinogradov
cdae0743ab
fix OpenGL render functions
...
fix createOpticalFlowNeedleMap
13 years ago
Vladislav Vinogradov
e45d5e8a5f
added performance test for createOpticalFlowNeedleMap
13 years ago
Vladislav Vinogradov
6d5171e5b6
fixed gpu docs
13 years ago
Vladislav Vinogradov
a25b027ef7
updated gpu optical_flow sample
14 years ago
Vladislav Vinogradov
4f44d9ea7d
added docs for FAST_GPU and ORB_GPU
14 years ago
Vladislav Vinogradov
5860477605
fixed gpu::resize
14 years ago
Vladislav Vinogradov
f0356004bc
minor fix
14 years ago
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
14 years ago
Andrey Kamaev
65f5343ed5
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
14 years ago
Vladislav Vinogradov
457b8d7bff
update gpu perf tests
14 years ago
Vladislav Vinogradov
eccfc90b77
bug fix
14 years ago
Vladislav Vinogradov
4fee5ef818
fixed build under linux
14 years ago
Vladislav Vinogradov
5e38cf8042
added FAST_GPU and ORB_GPU classes
14 years ago
Vladislav Vinogradov
e6d820171c
added documentation for gpu::BroxOpticalFlow, updated other docs
14 years ago
Vladislav Vinogradov
b398ac7a96
added ImagePyramid class to gpu module
14 years ago
Vladislav Vinogradov
d13a6b74b2
Fixed bug with submatrix in device::transform
14 years ago
Vladislav Vinogradov
677fc3a09f
fixed gpu perf tests (out of memory)
14 years ago
Anton Obukhov
ebc3043c86
[*] Fixed two bugs in reduction functor: out of shared memory bounds access and missing volatile on GF100 and further
14 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
14 years ago
Vladislav Vinogradov
1f3f4599cc
fixed gpu performance tests
14 years ago
Vladislav Vinogradov
464b8a570c
fixed compilation under linux
14 years ago
Vladislav Vinogradov
2695039a79
moved GpuMat's operations implementation to core module
14 years ago
Vladislav Vinogradov
0f53f2993e
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
14 years ago
Vladislav Vinogradov
d926541311
fixed compilation error
14 years ago
Anton Obukhov
54337fd513
[+] CUDA path for NCVImagePyramid
14 years ago
Vladislav Vinogradov
21f5cc7e6e
minor
14 years ago
Vladislav Vinogradov
b873fa818f
fixed compilation under linux
14 years ago
Vladislav Vinogradov
8e061ac801
minor fix
14 years ago
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
14 years ago
Vladislav Vinogradov
938b1b67d1
fixed optical flow test for devices with cc >= 2.0
14 years ago