Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vladislav Vinogradov
917063b7f7
reverted r8003 (CascadeClassifier_GPU)
13 years ago
Vladislav Vinogradov
f65d841d6f
fixed several warnings (VS2010, Win64)
...
added getParams method to VideoWriter_GPU
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Vladislav Vinogradov
4a41107b01
applied patch #1734
13 years ago
Vladislav Vinogradov
5aae21c037
fixed bug #1640
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
9304d32b82
disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561 )
13 years ago
Vladislav Vinogradov
ddf56fa629
added additional error check
13 years ago
Vladislav Vinogradov
4fee5ef818
fixed build under linux
14 years ago
Vladislav Vinogradov
b398ac7a96
added ImagePyramid class to gpu module
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
d926541311
fixed compilation error
14 years ago
Anton Obukhov
54337fd513
[+] CUDA path for NCVImagePyramid
14 years ago
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
14 years ago
Anton Obukhov
3396a2ec1a
[~] Refactored device reduction for better reuse (now with functor semantics)
14 years ago
Anton Obukhov
56531c6161
[*] Fixed #1461
14 years ago
Anton Obukhov
5afb445283
[+] Pixel types via templates
...
[+] Color conversions stub via pixel types
[+] Pyramid calculation (required for mipmaps in CUDA 4.1)
[~] Changed C strings to C++ throughout NCV
[~] Fixed a couple of bugs in NCV
14 years ago
Vladislav Vinogradov
b0536279eb
added wrappers for BroxOpticalFlow and interpolateFrames
14 years ago
Anatoly Baksheev
ee768d4605
fixed bug in ptr in optflow.cu
14 years ago
Anatoly Baksheev
f444f9b43e
optflow gpu compilation fix under vs2010
14 years ago
Anatoly Baksheev
923f771cfc
warnings
...
optical flow gpu cosmetics
14 years ago
Anatoly Baksheev
0fc8fc77c0
eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors.
14 years ago
Anatoly Baksheev
b9ea3ef741
compilation under ubuntu
14 years ago
Anton Obukhov
42c7aece36
[+] Added Brox optical flow (implementation courtesy of Michael Smirnov)
14 years ago
Vladislav Vinogradov
42ced17c2c
fixed some warnings under win64
14 years ago
Alexey Spizhevoy
5d703abdc2
fix for GPU module compile time (VS2010) error (from 2.3 branch)
14 years ago
Alexander Shishkov
f010539aaf
Fixed MacOS GPU Compilation for i386
14 years ago
Anton Obukhov
c6a7432e92
[*] Approach to the bug with integral image calculation on SM_2.0 (Fermi)
14 years ago
Alexey Spizhevoy
7d350280c0
compilation under mac
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
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
047c7e0fd6
*applied patch from NVidia (nppstTraspose bug)
...
*fixed some warnings
*finished gpu test port to gtest framework
14 years ago
Anatoly Baksheev
6b34532901
minor + warnings
14 years ago
Anatoly Baksheev
d7e612cd4b
GPU: In strcut _scanElemOp dummy type pass by value
14 years ago
Anatoly Baksheev
7539b7de65
fixed build under ubuntu, but FS is still disabled
14 years ago
Anatoly Baksheev
7b1c265563
fixed some compilation under ubuntu
14 years ago
Anatoly Baksheev
21f0d1e174
removed MS specific from FD code
14 years ago
Anatoly Baksheev
0747f2d863
1) NPP_staging as sources. Binaries removed.
...
2) NVidia tests for GPU
3) FD sample that uses NVidia's interface.
14 years ago
Anatoly Baksheev
1a94186195
First version of CascadeClassifier_GPU.
...
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
15 years ago