6238 Commits (bb4199b177f2abab7d83a0359ffddaa29f168277)

Author SHA1 Message Date
Anatoly Baksheev becbfa6281 Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function 11 years ago
Vladislav Vinogradov 8b44a42a40 decrease input size for several gpu tests to fix "timed out" error: 11 years ago
Vladislav Vinogradov 5dbdadb769 fixed several bugs in CUDA Canny implementation: 11 years ago
Vladislav Vinogradov bfc27271e2 Revert "disable gpu Canny and HoughCircles perf tests:" 11 years ago
Vladislav Vinogradov 3e1f74f2ca fix nonfree module compilation without CUDA 11 years ago
Vladislav Vinogradov 5d099df578 Revert "disable CUDA generalized Hough Transform" 11 years ago
Vladislav Vinogradov 3e4bb371c8 fix epsilons for several gpu tests 11 years ago
Vladislav Vinogradov b6ba1f226c Revert "disable gpu CvtColor.*2HSV tests:" 11 years ago
Vladislav Vinogradov da44a2fac1 Revert "disable gpu Subtract_Array test:" 11 years ago
Alexander Smorkalov 6ae4a9b09b Multiple improvements in OpenCV examples build. 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 952027a853 disable gpu CvtColor.*2HSV tests: 11 years ago
Vladislav Vinogradov e91bf95d58 disable gpu Subtract_Array test: 11 years ago
Vladislav Vinogradov dbce90692a disable gpu Canny and HoughCircles perf tests: 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. 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. 11 years ago
Vladislav Vinogradov c41e8006c7 fix #3477: 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
Andrey Pavlenko 0a4a1d7526 temporary disabling hanging test 11 years ago
Vladislav Vinogradov dda999545c fix GpuMat::copyTo method with mask: 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
Anatoly Baksheev 02ebc4368c Viz initial backport, compilation fixes, moved viz/viz.hpp header according to 2.4 style 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 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" 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
ahb 49dfa5a17f Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8 11 years ago
Andrey Pavlenko 4c99196399 adding `finish()` to flush CL queue, renaming the test to match 'master' branch 11 years ago
Daniil Osokin 5d2edced26 Added throwing exception when saving untrained SVM model 11 years ago
Andrey Pavlenko a7821c60e5 refactoring the test as it should be in 2.4 11 years ago
Andrey Pavlenko 4d28e8243c 'master'-like Haar perf test 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Kazuki Matsuda 2ae20c74a2 Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m) 11 years ago
Pierre-Emmanuel Viel 3f458c6eb1 Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified 11 years ago
Nghia Ho d3e24f3cbf Improved documentation for neural network 11 years ago
Robbert Klarenbeek e21c6e19db Fix algorithm setter argument validation for uchar 11 years ago