Alexander Shishkov
|
63dc1cdd2c
|
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
removed one more OPENCV_BUILD_SHARED_LIB flag
|
2011-05-31 14:22:25 +00:00 |
|
Alexander Shishkov
|
6aabf72bc5
|
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
|
2011-05-31 13:17:59 +00:00 |
|
Vladislav Vinogradov
|
926a6bba00
|
modified according to CUDA 4.0 API updates
|
2011-05-31 08:31:10 +00:00 |
|
Ethan Rublee
|
76538fbe6b
|
Making the install and lib, bin directories consistent.
|
2011-05-30 22:13:32 +00:00 |
|
Vladislav Vinogradov
|
331062360d
|
fixed bug in SURF_GPU (compute descriptors, tid < 25)
|
2011-05-25 08:37:46 +00:00 |
|
Vladislav Vinogradov
|
6259520aa1
|
fixed bug in SURF_GPU (reduce_sum25)
|
2011-05-25 08:16:17 +00:00 |
|
Vladislav Vinogradov
|
15677d6d28
|
minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4)
|
2011-05-24 08:02:39 +00:00 |
|
Vladislav Vinogradov
|
7fbcc1ec05
|
minor SURF_GPU optimization (descriptor calculation, change block size to 6x6)
|
2011-05-23 18:40:09 +00:00 |
|
Vladislav Vinogradov
|
ae6d5252ab
|
minor fix
|
2011-05-23 08:46:27 +00:00 |
|
Vladislav Vinogradov
|
0b19f915be
|
minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures)
|
2011-05-23 07:59:20 +00:00 |
|
Vadim Pisarevsky
|
f2a337f990
|
fixed several typos, including the old ones from ticket #854
|
2011-05-21 20:17:45 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Alexey Spizhevoy
|
7d350280c0
|
compilation under mac
|
2011-05-18 13:02:27 +00:00 |
|
Vladislav Vinogradov
|
34e2c78cec
|
minor fix
|
2011-05-18 07:18:30 +00:00 |
|
Vladislav Vinogradov
|
f3b45af876
|
GpuMat::setTo optimization (call cudaMemcpy2D if possible)
|
2011-05-18 06:51:05 +00:00 |
|
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
2011-05-17 09:40:06 +00:00 |
|
Vladislav Vinogradov
|
0caf2707ee
|
update gpu docs (SURF and BruteForceMatcher)
|
2011-05-16 08:54:06 +00:00 |
|
Vladislav Vinogradov
|
f11efdced3
|
added support of Hamming distance to BruteForceMatcher_GPU
|
2011-05-16 08:38:27 +00:00 |
|
Anatoly Baksheev
|
429b33de97
|
minor
|
2011-05-11 13:51:41 +00:00 |
|
Anatoly Baksheev
|
17e1bcb006
|
fixed pch for non-windows
|
2011-05-11 13:50:17 +00:00 |
|
Anatoly Baksheev
|
c49dc37761
|
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
|
2011-05-11 13:37:20 +00:00 |
|
Vladislav Vinogradov
|
6a03be2632
|
added lightweight class DeviceBuffer to matrix_reductions.cpp
|
2011-05-11 07:30:46 +00:00 |
|
Vladislav Vinogradov
|
1c9f4e7ca2
|
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
|
2011-05-10 12:39:12 +00:00 |
|
Vladislav Vinogradov
|
d0a91f8f19
|
fixed gpu projectPoints and solvePnPRansac tests
|
2011-05-10 07:37:05 +00:00 |
|
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
2011-05-10 06:11:03 +00:00 |
|
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
2011-05-06 21:45:48 +00:00 |
|
Alexey Spizhevoy
|
f6fc807d49
|
fixed some tests in gpu module
|
2011-05-05 11:44:47 +00:00 |
|
Vladislav Vinogradov
|
6200f388dd
|
fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse)
|
2011-05-04 08:53:43 +00:00 |
|
Vladislav Vinogradov
|
c21a783646
|
added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
fixed bugs in gpu::cvtColor
|
2011-05-03 09:09:05 +00:00 |
|
Vadim Pisarevsky
|
aa7d423a6d
|
fixed typo
|
2011-04-27 08:24:24 +00:00 |
|
Alexey Spizhevoy
|
ce808af594
|
fixed failing GPU projectPoints and solvePnPRansac tests
|
2011-04-27 05:29:02 +00:00 |
|
Anton Obukhov
|
8a54967e0b
|
[~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory
|
2011-04-25 16:07:48 +00:00 |
|
Anton Obukhov
|
b28c33f5dc
|
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table
|
2011-04-25 15:35:33 +00:00 |
|
Alexey Spizhevoy
|
c9894f9655
|
fixed compile-time bug under Ubuntu
|
2011-04-25 08:38:54 +00:00 |
|
Anton Obukhov
|
0c325cace3
|
[~] Minor refactoring, clean-up
[+] Added 128-bit transpose
|
2011-04-24 21:39:08 +00:00 |
|
Vadim Pisarevsky
|
e9a5bbc003
|
fixed ?? marks; fixed missing highlighting in some of the sections
|
2011-04-19 11:41:12 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
2011-04-11 14:47:06 +00:00 |
|
Alexey Spizhevoy
|
1a02877ab7
|
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
|
2011-04-11 05:11:23 +00:00 |
|
Alexey Spizhevoy
|
97282d8ff8
|
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
|
2011-04-08 08:04:56 +00:00 |
|
Alexey Spizhevoy
|
6cec5ff552
|
added blendLinear into gpu module
|
2011-04-08 05:21:47 +00:00 |
|
Anton Obukhov
|
07d19c2c6f
|
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
|
2011-04-07 12:59:01 +00:00 |
|
Anton Obukhov
|
58476b64a6
|
[*] Fixed #974 ("GPU CascadeClassifier fails with some training files"): Moved IsNodeLeaf bit from NodeDescriptor to FeatureDescriptor for both left and right nodes, therefore from now on max number of rects in a feature is 31
|
2011-04-04 11:47:21 +00:00 |
|
Anatoly Baksheev
|
e12b63dde0
|
beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter)
|
2011-04-04 10:01:55 +00:00 |
|
Elena Fedotova
|
25fc046a7a
|
Purpose: updated the core chapter
|
2011-04-03 22:10:32 +00:00 |
|
Elena Fedotova
|
3f2daa1dcf
|
Purpose: updated the last section of chapter 10
|
2011-03-31 22:07:17 +00:00 |
|
Anatoly Baksheev
|
a69de4bf26
|
minor bug in hog (unbind texture)
|
2011-03-31 11:14:23 +00:00 |
|
Anatoly Baksheev
|
5f56b27616
|
added ROI support for HOG_GPU
|
2011-03-31 10:55:39 +00:00 |
|
Vadim Pisarevsky
|
400dbb13db
|
fixed remaining ??
|
2011-03-30 12:27:31 +00:00 |
|
Anatoly Baksheev
|
8b8ad17f4a
|
fixed extra memory allocations.
|
2011-03-30 11:42:23 +00:00 |
|