Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Alexey Spizhevoy
|
7d350280c0
|
compilation under mac
|
14 years ago |
Vladislav Vinogradov
|
34e2c78cec
|
minor fix
|
14 years ago |
Vladislav Vinogradov
|
f3b45af876
|
GpuMat::setTo optimization (call cudaMemcpy2D if possible)
|
14 years ago |
Anatoly Baksheev
|
69f28ef65c
|
solution folder flag disabled by default
|
14 years ago |
Vladislav Vinogradov
|
0caf2707ee
|
update gpu docs (SURF and BruteForceMatcher)
|
14 years ago |
Vladislav Vinogradov
|
f11efdced3
|
added support of Hamming distance to BruteForceMatcher_GPU
|
14 years ago |
Anatoly Baksheev
|
429b33de97
|
minor
|
14 years ago |
Anatoly Baksheev
|
17e1bcb006
|
fixed pch for non-windows
|
14 years ago |
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)
|
14 years ago |
Vladislav Vinogradov
|
6a03be2632
|
added lightweight class DeviceBuffer to matrix_reductions.cpp
|
14 years ago |
Vladislav Vinogradov
|
1c9f4e7ca2
|
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64
|
14 years ago |
Vladislav Vinogradov
|
d0a91f8f19
|
fixed gpu projectPoints and solvePnPRansac tests
|
14 years ago |
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Alexey Spizhevoy
|
f6fc807d49
|
fixed some tests in gpu module
|
14 years ago |
Vladislav Vinogradov
|
6200f388dd
|
fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse)
|
14 years ago |
Vladislav Vinogradov
|
c21a783646
|
added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
fixed bugs in gpu::cvtColor
|
14 years ago |
Vadim Pisarevsky
|
aa7d423a6d
|
fixed typo
|
14 years ago |
Alexey Spizhevoy
|
ce808af594
|
fixed failing GPU projectPoints and solvePnPRansac tests
|
14 years ago |
Anton Obukhov
|
8a54967e0b
|
[~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory
|
14 years ago |
Anton Obukhov
|
b28c33f5dc
|
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table
|
14 years ago |
Alexey Spizhevoy
|
c9894f9655
|
fixed compile-time bug under Ubuntu
|
14 years ago |
Anton Obukhov
|
0c325cace3
|
[~] Minor refactoring, clean-up
[+] Added 128-bit transpose
|
14 years ago |
Vadim Pisarevsky
|
e9a5bbc003
|
fixed ?? marks; fixed missing highlighting in some of the sections
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
14 years ago |
Alexey Spizhevoy
|
1a02877ab7
|
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
|
14 years ago |
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
|
14 years ago |
Alexey Spizhevoy
|
6cec5ff552
|
added blendLinear into gpu module
|
14 years ago |
Anton Obukhov
|
07d19c2c6f
|
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
|
14 years ago |
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
|
14 years ago |
Anatoly Baksheev
|
e12b63dde0
|
beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter)
|
14 years ago |
Elena Fedotova
|
25fc046a7a
|
Purpose: updated the core chapter
|
14 years ago |
Elena Fedotova
|
3f2daa1dcf
|
Purpose: updated the last section of chapter 10
|
14 years ago |
Anatoly Baksheev
|
a69de4bf26
|
minor bug in hog (unbind texture)
|
14 years ago |
Anatoly Baksheev
|
5f56b27616
|
added ROI support for HOG_GPU
|
14 years ago |
Vadim Pisarevsky
|
400dbb13db
|
fixed remaining ??
|
14 years ago |
Anatoly Baksheev
|
8b8ad17f4a
|
fixed extra memory allocations.
|
14 years ago |
Elena Fedotova
|
05173022bb
|
Purpose: updated the last section of chapter 10
|
14 years ago |
Vadim Pisarevsky
|
5291b9dfe5
|
corrected grammar (done by Elena)
|
14 years ago |
Vadim Pisarevsky
|
fafc2f372c
|
corrected grammar (done by Elena)
|
14 years ago |
Vladislav Vinogradov
|
57195e9627
|
fixed SURF_GPU bug (features count > max dimension of grid)
minor gpu docs fixes
|
14 years ago |
Anatoly Baksheev
|
d0e66f7766
|
minor
|
14 years ago |
Alexey Spizhevoy
|
bf034f9927
|
fixed gpu::meanShiftSegmentation docs
|
14 years ago |
Alexey Spizhevoy
|
ca1584dd1f
|
fixed gpu::graphcut preconditions
|
14 years ago |
Alexey Spizhevoy
|
ad693d7311
|
fixed gpu module HOG test failing on x64 OS
|
14 years ago |
Vladislav Vinogradov
|
d888b81052
|
fixed gpu docs (broken links, missing description, etc)
|
14 years ago |
Vladislav Vinogradov
|
9342c4b076
|
added upright parameter to SURF_GPU
|
14 years ago |
Vladislav Vinogradov
|
fcff126086
|
fixed some warnings in surf.cu
|
14 years ago |