Vladislav Vinogradov
8b44a42a40
decrease input size for several gpu tests to fix "timed out" error:
...
* BruteForceNonLocalMeans
* OpticalFlowBM
11 years ago
Vladislav Vinogradov
5170f0b5da
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd(cherry picked from commit 5dbdadb769
)
11 years ago
Vladislav Vinogradov
dc2dbb4173
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
(cherry picked from commit bfc27271e2
)
11 years ago
Vladislav Vinogradov
79e4f7eb78
Revert "disable CUDA generalized Hough Transform"
...
This reverts commit 33d42b740c
.
(cherry picked from commit 5d099df578
)
11 years ago
Vladislav Vinogradov
cc73c7000f
fix epsilons for several gpu tests
...
(cherry picked from commit 3e4bb371c8
)
11 years ago
Vladislav Vinogradov
8bb26fa5de
Revert "disable gpu CvtColor.*2HSV tests:"
...
This reverts commit 952027a853
.
(cherry picked from commit b6ba1f226c
)
11 years ago
Vladislav Vinogradov
48612d7c58
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
(cherry picked from commit da44a2fac1
)
11 years ago
Vladislav Vinogradov
5dbdadb769
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd
11 years ago
Vladislav Vinogradov
bfc27271e2
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
11 years ago
Vladislav Vinogradov
3e1f74f2ca
fix nonfree module compilation without CUDA
11 years ago
Vladislav Vinogradov
5d099df578
Revert "disable CUDA generalized Hough Transform"
...
This reverts commit 33d42b740c
.
11 years ago
Vladislav Vinogradov
3e4bb371c8
fix epsilons for several gpu tests
11 years ago
Vladislav Vinogradov
b6ba1f226c
Revert "disable gpu CvtColor.*2HSV tests:"
...
This reverts commit 952027a853
.
11 years ago
Vladislav Vinogradov
da44a2fac1
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
11 years ago
Alexander Smorkalov
6ae4a9b09b
Multiple improvements in OpenCV examples build.
...
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
CUDA initialization apportunity added to OpenCVLoader.initDebug();
Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
11 years ago
Konstantin Matskevich
435615ba2e
update test CascadeClassifier
11 years ago
Vladislav Vinogradov
a138e5a6a5
turn on CUDA part of stitching module on Android for non-dynamic build
11 years ago
Vladislav Vinogradov
d8f7377122
turn on CUDA part of nonfree module on Android for non-dynamic build
11 years ago
Ilya Lavrenov
ede5b23753
rewrote perf tests for SURF
11 years ago
Vladislav Vinogradov
4425dac7f4
disable gpu CvtColor.*2HSV tests:
...
possible bug in CPU version(cherry picked from commit 3cb8b352e52f85847d98d2b0ece32ba5bdb5c31b)
11 years ago
Vladislav Vinogradov
4f79b9de48
disable gpu Subtract_Array test:
...
possible bug in CPU version(cherry picked from commit 59155c1eefb6f22e362e34a8d73b31841eb3413a)
11 years ago
Vladislav Vinogradov
397ac5e68f
disable gpu Canny and HoughCircles perf tests:
...
it fails because driver terminates CUDA kernels after time out
(cherry picked from commit fa5bbb5f8dc1a86cfe004fb258d66e56c90560d6)
11 years ago
Vladislav Vinogradov
43c75c64b5
disable NPP for GpuMat methods and for copyMakeBorder(cherry picked from commit 316d49fc0fb7a609ebb0a65efc207faea6b978a4)
11 years ago
Vladislav Vinogradov
c319625a07
disable some gpu tests if library was built without CUFFT(cherry picked from commit b4b929d27cc25822dd15b5b96b8d335c59d4408c)
11 years ago
Vladislav Vinogradov
a7d0448faa
gpu test output files moved from cwd to temp folder(cherry picked from commit 49731ad530
)
11 years ago
Alexander Smorkalov
ca10e5e8ae
Highgui test output fixes.
...
Useless output to console fixed;
Test output files moved from cwd to temp folder.
(cherry picked from commit 87935f3560
)
11 years ago
Vladislav Vinogradov
32414afe72
disable performance test for gpu generalized hough(cherry picked from commit 063d8b4211
)
11 years ago
Vladislav Vinogradov
952027a853
disable gpu CvtColor.*2HSV tests:
...
possible bug in CPU version
11 years ago
Vladislav Vinogradov
e91bf95d58
disable gpu Subtract_Array test:
...
possible bug in CPU version
11 years ago
Vladislav Vinogradov
dbce90692a
disable gpu Canny and HoughCircles perf tests:
...
it fails because driver terminates CUDA kernels after time out
11 years ago
Vladislav Vinogradov
e630be3890
disable NPP for GpuMat methods and for copyMakeBorder
11 years ago
Vladislav Vinogradov
8401ed9395
disable some gpu tests if library was built without CUFFT
11 years ago
Vladislav Vinogradov
49731ad530
gpu test output files moved from cwd to temp folder
11 years ago
Alexander Smorkalov
87935f3560
Highgui test output fixes.
...
Useless output to console fixed;
Test output files moved from cwd to temp folder.
11 years ago
Vladislav Vinogradov
063d8b4211
disable performance test for gpu generalized hough
11 years ago
Ilya Lavrenov
e7e63fac6c
eliminated possible memory leak
11 years ago
Roman Donchenko
0dad2876e2
Removed all use of the obsolete IMMEDIATE parameter to configure_file.
...
It's not documented, and it does nothing unless CMake 2.0 compatibility
is enabled (and it isn't):
https://github.com/Kitware/CMake/blob/v2.6.0/Source/cmConfigureFileCommand.cxx
11 years ago
Vladislav Vinogradov
c41e8006c7
fix #3477 :
...
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING property is not supported
by all VideoCapture backends. Some backends can return 0.0 or -1.0.
11 years ago
Seunghoon Park
eb9d7c4dd5
fixing bug #3345 . use norm to make sure two matrices are the same.
11 years ago
Anatoly Baksheev
3dc2dbc17e
VTK off by default
11 years ago
Alexander Smorkalov
3ebdcafdd3
All installed files marked with component names for install customization.
...
(cherry picked from commit b75cbfde45
)
Conflicts:
cmake/OpenCVModule.cmake
11 years ago
Matti Picus
64fd54ffb4
fix tiled read for reading tiles into partial blocks in image
11 years ago
Alexander Smorkalov
a348f3eeaa
OpenCV version++
11 years ago
Vladislav Vinogradov
e9638d0997
disable CUDA generalized Hough Transform
...
(cherry picked from commit 33d42b740c
)
11 years ago
Vladislav Vinogradov
5cb0084547
split CUDA Hough sources
...
(cherry picked from commit d847387694
)
11 years ago
Andrey Pavlenko
0a4a1d7526
temporary disabling hanging test
11 years ago
Vladislav Vinogradov
dda999545c
fix GpuMat::copyTo method with mask:
...
fill destination matrix with zeros if it was reallocated
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Vladislav Vinogradov
33d42b740c
disable CUDA generalized Hough Transform
11 years ago
Vladislav Vinogradov
d847387694
split CUDA Hough sources
11 years ago