Alexander Smorkalov
d45350a06a
opencv_run_all_tests.sh script added to -tests package.
11 years ago
Roman Donchenko
3e59ddbace
Merge pull request #2215 from asmorkalov:ocv_testpack_fix
11 years ago
Alexander Smorkalov
d9dc5ffa91
Multiple fixes for tests deb package build.
...
Added opencv_testing.sh.in file;
opencv_testing.sh installation guarded by OS check.
11 years ago
Roman Donchenko
7a0a9d010b
Merge pull request #2205 from jet47:bug-3477-fix
11 years ago
Andrey Pavlenko
51aa649499
Merge pull request #2097 from pclove1:blur_border_isolated
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
Seunghoon Park
73389b2b9c
Merge branch '2.4' into blur_border_isolated
11 years ago
Roman Donchenko
452ea4c15f
Merge pull request #2209 from asmorkalov:ocv_test_install
11 years ago
Alexander Smorkalov
39201e68e2
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
11 years ago
Alexander Smorkalov
f332cba14b
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
11 years ago
Anatoly Baksheev
3dc2dbc17e
VTK off by default
11 years ago
Andrey Pavlenko
d093cb54d5
Merge pull request #2194 from apavlenko:2.4_perf_haar_iter
11 years ago
Matti Picus
64fd54ffb4
fix tiled read for reading tiles into partial blocks in image
11 years ago
Roman Donchenko
24caa80143
Merge pull request #2197 from asmorkalov:ocv_packaging2
11 years ago
Alexander Smorkalov
086792ec06
Improvements in package build.
11 years ago
Andrey Pavlenko
0a4a1d7526
temporary disabling hanging test
11 years ago
Roman Donchenko
078d49609e
Merge pull request #2193 from apavlenko:2.4_lic_remove
11 years ago
Andrey Pavlenko
dca5684145
removing duplicated legacy license, the actual instance is in 'opencv/LICENSE'
11 years ago
Anatoly Baksheev
9145985ff4
added guard to prevent linking VTK with Qt5
11 years ago
Roman Donchenko
7ff9d7eb2d
Merge pull request #2188 from jet47:gpumat-copyto-fix
11 years ago
Roman Donchenko
3715f71aaf
Merge pull request #2175 from vrabaud:2.4
11 years ago
Vincent Rabaud
167a26642e
fix message sent to user during cross_compilation
11 years ago
Roman Donchenko
a4b34e7ae1
Merge pull request #2181 from asmorkalov:ocv_packaging
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
7821fe2bde
Initial Linux packages build rools for CPack.
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Roman Donchenko
a548a08129
Merge pull request #2183 from jet47:cuda-hough-fix
11 years ago
Andrey Pavlenko
32bc89f094
Merge pull request #2107 from nghiaho12:nn_doc
11 years ago
Vladislav Vinogradov
33d42b740c
disable CUDA generalized Hough Transform
11 years ago
Vladislav Vinogradov
d847387694
split CUDA Hough sources
11 years ago
Vincent Rabaud
eabcfa5652
reorder the if's for clarity
11 years ago
Vincent Rabaud
6cb90c0e97
fix cross-compilation issue with Numpy
11 years ago
Anatoly Baksheev
130914d9f4
fixed documentation warnings
11 years ago
Anatoly Baksheev
02ebc4368c
Viz initial backport, compilation fixes, moved viz/viz.hpp header according to 2.4 style
11 years ago
Roman Donchenko
64244e160b
Merge pull request #2171 from djetter99:fix_static_init_order
11 years ago
Drew Jetter
6bf599b1bc
Fixed bug #3489 : The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
11 years ago
Roman Donchenko
088535fa56
Merge pull request #2159 from SpecLad:1xN
11 years ago
Roman Donchenko
58afe5dd17
Merge pull request #2140 from Daniil-Osokin:fix_saving_untrained_svm_model
11 years ago
Roman Donchenko
5f8d8c0069
Added a test for matrix-to-vector copy and convert.
11 years ago
Roman Donchenko
4e4a7d0353
Removed an unnecessary workaround for matrix-to-vector copyTo.
11 years ago
Roman Donchenko
ee97a5e757
Re-fix bug #3319 with less side effects.
11 years ago
Roman Donchenko
f02204847a
Revert "fixed bug #3319"
...
See 092f916
for explanation.
This reverts commit 4f9c081dc3
.
11 years ago
Andrey Pavlenko
8dbc96fed8
Merge pull request #2143 from Daniil-Osokin:fix_docs_cvt_color_alpha_channel
11 years ago
Daniil Osokin
8ce691e679
Fixed cvtColor alpha channel docs
11 years ago
Seunghoon Park
2272a58769
fixing bug #3345 . don't use BORDER_ISOLATED alone. it should be combined with some border type
11 years ago
Roman Donchenko
2fde4d8a94
Merge pull request #2145 from andreasBihlmaier:2.4
11 years ago
Roman Donchenko
2443e8090e
Merge pull request #2133 from apavlenko:2.4-perf_haar
11 years ago
ahb
49dfa5a17f
Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8
...
OpenCV Error: Unknown error code -6 (OpenCL function is not available: [clGetPlatformIDs]) in opencl_check_fn, file /home/ahb/software/opencv/modules/ocl/src/cl_runtime/cl_runtime.cpp, line 83
The issue results from modules/ocl/src/cl_runtime/cl_runtime.cpp checking for
"linux" instead of "__linux__" (cp. http://sourceforge.net/p/predef/wiki/OperatingSystems/ )
Adjust all other occurrences of "defined(linux)" as well.
11 years ago
Andrey Pavlenko
4c99196399
adding `finish()` to flush CL queue, renaming the test to match 'master' branch
11 years ago