Vladislav Vinogradov
e446903aac
added more types support for gpu separable filters
12 years ago
Vladislav Vinogradov
281d036fcf
optimizations:
...
- new reduce implementation (with kepler optimizations)
- saturate_cast via asm command
- video SIMD instructions in element operations
- float arithmetics instead of double
- new deviceSupports function
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
Vadim Pisarevsky
c197a46e7e
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
12 years ago
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
12 years ago
Alexander Smorkalov
8cb0343f4c
Documentation build warning fixes.
...
Invalid links and refences fixed.
SpaeseMat class documentation updated.
12 years ago
marina.kolpakova
e53d57664d
fix precompiled headers usage in gpu module
12 years ago
Vladislav Vinogradov
bb07e2710e
decreased source size in NCV.VectorOperations test
12 years ago
Anatoly Baksheev
389ecbe96d
warnings, renamed Marina's GPU_PERF_TEST_P
12 years ago
Anatoly Baksheev
be22891f71
added GPU_PERF_TESTP_P but haven't switched test to it (only perf4au app)
12 years ago
marina.kolpakova
2128bd25e4
fix warnings under win
12 years ago
marina.kolpakova
3882bbbf35
improve carma build
...
- exclude system paths from library search paths
- remove hardcoded paths to compiler
- enable compiling with 3d-parties
- enable build as shared libraries
12 years ago
Vladislav Vinogradov
4db68b50f2
fixed Sobel and Scharr tests
...
compare inner part
12 years ago
Vladislav Vinogradov
2f1ca1b6b3
fixed build for CARMA:
...
* added CMake toolchain file
* added WITH_NVCUVID flag
12 years ago
vlad
11293d071f
Revert "disabled video decoding under linux"
...
This reverts commit 889674ef43
.
12 years ago
Vladislav Vinogradov
660d23aa04
added cv::gpu::resetDevice to RunPerfTestBody
12 years ago
Vladislav Vinogradov
1a76242d99
added GPU_TEST_P macros
12 years ago
Vladislav Vinogradov
4ba33fa1ed
Revert "call resetDevice if gpu test fails"
...
This reverts commit ab25fe9e37
.
12 years ago
Vladislav Vinogradov
41c9377db0
fixed warnings under windows
12 years ago
Vladislav Vinogradov
ab25fe9e37
call resetDevice if gpu test fails
12 years ago
Vladislav Vinogradov
dd8e442bda
replaced DeviceInfo().supports with deviceSupports
12 years ago
Vladislav Vinogradov
da017fbeb9
fast optical flow bm implementation
12 years ago
Vladislav Vinogradov
caf91ac159
new gpu::HoughLinesP implementation
12 years ago
Vladislav Vinogradov
8c057af862
fixed windows build
12 years ago
Vladislav Vinogradov
da93a1dab9
fixed build for CARMA platform
12 years ago
Vladislav Vinogradov
889674ef43
disabled video decoding under linux
12 years ago
marina.kolpakova
5ddf4e4ed7
change expected values for soft cascade test according to changes in implementation
12 years ago
marina.kolpakova
9785a8ae34
fix docs for SCascade
12 years ago
marina.kolpakova
c470e15d45
integrate speprocessing strategy
12 years ago
marina.kolpakova
d23a4f50bd
add resize
12 years ago
marina.kolpakova
8ef19e7664
hack luv
12 years ago
marina.kolpakova
0e1005ca92
optimize hog bin computing
12 years ago
marina.kolpakova
ee291a15da
add preprocessing only function
12 years ago
Vladislav Vinogradov
87e0eee92b
fixed remap and warp gpu tests
12 years ago
Vladislav Vinogradov
746bc168e6
fixed gpu warpAffine and warpPerspective with NPP
12 years ago
Anatoly Baksheev
50946b59c1
minor device namespace refactor
12 years ago
marina.kolpakova
79c3a8e03b
fix build under win.
12 years ago
Vladislav Vinogradov
4102aaaf15
fixed compilation of color.cu under windows x86
...
it was some bug in nvcc (it fails on this file)
12 years ago
Vladislav Vinogradov
0d880479f0
updated nv perf test script (added opticalFlowBM and HoughLinesP)
12 years ago
Vladislav Vinogradov
aad76090ce
gpu::HoughLinesP
12 years ago
Vladislav Vinogradov
a6dc6f72b3
gpu::calcOpticalFlowBM
12 years ago
Vladislav Vinogradov
afa5809473
added additional performance tests
12 years ago
Vladislav Vinogradov
e17710c478
removed type check in gpu::FarnebackOpticalFlow
...
now it supports all depths
12 years ago
Vladislav Vinogradov
0930ac497f
removed type check in gpu::PyrLKOpticalFlow
...
not it support all depths
12 years ago
Vladislav Vinogradov
d94f08f0e7
added more types support for gpu separable filters
12 years ago
Vladislav Vinogradov
b689eca8a0
fixed OpenGL tests
...
now create window only once per test case
12 years ago
Vladislav Vinogradov
aabc33c772
temporarily disabled reduceKeyVal implementation for kepler
...
used fermi implementation
12 years ago
Vladislav Vinogradov
e311613fc8
fixed warnings "double not supported"
12 years ago
Vladislav Vinogradov
7ab9c4ccee
fixed compilation on 1.1 CC
12 years ago