Vladislav Vinogradov
8f4d63913a
minor
2012-02-13 13:29:28 +00:00
Vladislav Vinogradov
77f286ada6
fixed build under linux
...
added PyrLKOpticalFlowDense performance test
2012-02-13 13:19:06 +00:00
Vladislav Vinogradov
a10fed8fd1
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
2012-02-13 12:57:27 +00:00
Vladislav Vinogradov
237b3ed3a0
fixed createOpticalFlowNeedleMap
2012-02-08 05:45:47 +00:00
Vladislav Vinogradov
75ac4362ca
removed ASSERT_NO_THROW
2012-02-06 11:31:52 +00:00
Andrey Kamaev
5eb6ee6290
Fixing build with CUDA enabled
2012-02-03 12:54:52 +00:00
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
2012-02-03 11:26:49 +00:00
Alexey Spizhevoy
ada9158521
Fixed the building process for (ubuntu 64bit debug cuda4.1) configuration
2012-02-02 14:06:13 +00:00
Vladislav Vinogradov
f8aba8608d
fixed build under CUDA 4.1
2012-01-30 13:15:20 +00:00
Vladislav Vinogradov
bb23288c3d
fixed bug in SURF_GPU
2012-01-30 07:59:14 +00:00
Vladislav Vinogradov
d38ca09738
added gpu::printCudaDeviceInfo to all samples
2012-01-30 07:20:09 +00:00
Vladislav Vinogradov
3ec2f7f5f0
fixed gpu::device::transform with non-aligned sources (Ticket #1567 )
2012-01-27 13:10:30 +00:00
Vladislav Vinogradov
9304d32b82
disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561 )
2012-01-26 12:52:32 +00:00
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
2012-01-25 09:04:49 +00:00
Vladislav Vinogradov
ddf56fa629
added additional error check
2012-01-25 07:32:35 +00:00
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
2012-01-24 16:55:47 +00:00
Vladislav Vinogradov
5e1808c797
fixed bug in gpu::Canny
2012-01-23 07:41:39 +00:00
Vladislav Vinogradov
1d1da9c5d6
added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal
2012-01-23 07:14:45 +00:00
Vladislav Vinogradov
6c1de21a76
fixed bug in gpu::transformSmart with mask
2012-01-22 13:25:45 +00:00
Vladislav Vinogradov
cdae0743ab
fix OpenGL render functions
...
fix createOpticalFlowNeedleMap
2012-01-18 08:27:08 +00:00
Vladislav Vinogradov
e45d5e8a5f
added performance test for createOpticalFlowNeedleMap
2012-01-16 13:51:36 +00:00
Vladislav Vinogradov
6d5171e5b6
fixed gpu docs
2012-01-16 13:10:50 +00:00
Vladislav Vinogradov
a25b027ef7
updated gpu optical_flow sample
2012-01-11 13:05:03 +00:00
Vladislav Vinogradov
4f44d9ea7d
added docs for FAST_GPU and ORB_GPU
2012-01-11 07:40:04 +00:00
Vladislav Vinogradov
5860477605
fixed gpu::resize
2012-01-11 06:14:51 +00:00
Vladislav Vinogradov
f0356004bc
minor fix
2012-01-11 05:46:32 +00:00
Vladislav Vinogradov
af59a75ffc
fixed bug with submatrix in some gpu functions
...
update gpu tests
2012-01-10 11:11:58 +00:00
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
2011-12-29 16:46:16 +00:00
Vladislav Vinogradov
457b8d7bff
update gpu perf tests
2011-12-28 12:53:08 +00:00
Vladislav Vinogradov
eccfc90b77
bug fix
2011-12-28 07:56:19 +00:00
Vladislav Vinogradov
4fee5ef818
fixed build under linux
2011-12-27 10:30:54 +00:00
Vladislav Vinogradov
5e38cf8042
added FAST_GPU and ORB_GPU classes
2011-12-27 09:33:20 +00:00
Vladislav Vinogradov
e6d820171c
added documentation for gpu::BroxOpticalFlow, updated other docs
2011-12-27 08:25:47 +00:00
Vladislav Vinogradov
b398ac7a96
added ImagePyramid class to gpu module
2011-12-27 06:24:31 +00:00
Vladislav Vinogradov
d13a6b74b2
Fixed bug with submatrix in device::transform
2011-12-21 05:59:14 +00:00
Vladislav Vinogradov
677fc3a09f
fixed gpu perf tests (out of memory)
2011-12-14 06:39:32 +00:00
Anton Obukhov
ebc3043c86
[*] Fixed two bugs in reduction functor: out of shared memory bounds access and missing volatile on GF100 and further
2011-11-21 17:46:55 +00:00
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
2011-11-21 11:58:52 +00:00
Vladislav Vinogradov
1f3f4599cc
fixed gpu performance tests
2011-11-15 07:03:44 +00:00
Vladislav Vinogradov
464b8a570c
fixed compilation under linux
2011-11-14 14:57:36 +00:00
Vladislav Vinogradov
2695039a79
moved GpuMat's operations implementation to core module
2011-11-14 14:34:36 +00:00
Vladislav Vinogradov
0f53f2993e
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-14 09:02:06 +00:00
Vladislav Vinogradov
d926541311
fixed compilation error
2011-11-14 06:22:42 +00:00
Anton Obukhov
54337fd513
[+] CUDA path for NCVImagePyramid
2011-11-13 20:52:48 +00:00
Vladislav Vinogradov
21f5cc7e6e
minor
2011-11-09 14:23:13 +00:00
Vladislav Vinogradov
b873fa818f
fixed compilation under linux
2011-11-09 14:05:34 +00:00
Vladislav Vinogradov
8e061ac801
minor fix
2011-11-09 13:33:44 +00:00
Vladislav Vinogradov
fcfa72081e
moved GpuMat and DevMem2D to core module, some code refactoring
2011-11-09 13:13:52 +00:00
Vladislav Vinogradov
938b1b67d1
fixed optical flow test for devices with cc >= 2.0
2011-11-07 06:23:22 +00:00
Anton Obukhov
2cb9192604
[*] Fixed #1464
...
[~] NCVPyramid uses tr1 and thus can be compiled with CL, commented out on linux
[+] Moved reduction functors to NCVAlg
[*] Warnings in NCV
2011-11-06 09:43:17 +00:00