Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						df55be3c3d 
					 
					
						
						
							
							fix BruteForceMatcher resource distribution  
						
						... 
						
						
						
						added launch bounds attributes for all CUDA kernels
(cherry picked from commit d22516872c 
						
						
					 
					
						2015-04-19 14:06:36 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						55339de684 
					 
					
						
						
							
							make NVIDIA tests verbose by default  
						
						... 
						
						
						
						(cherry picked from commit 17608f7ade 
						
						
					 
					
						2015-04-19 14:06:25 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						f08dd510fa 
					 
					
						
						
							
							fixed a bug in scanRows CUDA kernel (part of nppStIntegral)  
						
						... 
						
						
						
						uninitialized value
(cherry picked from commit 81ebe28c24 
						
						
					 
					
						2015-04-19 14:06:11 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						d308ed3712 
					 
					
						
						
							
							fix GPU WARP border mode in CUDA 7.0 and Maxwell architecture  
						
						... 
						
						
						
						(cherry picked from commit 27302c367c 
						
						
					 
					
						2015-04-19 14:02:54 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						6d0f8aa893 
					 
					
						
						
							
							fix tests for gpu HOG  
						
						... 
						
						
						
						initialize HOG after CUDA device switch
(cherry picked from commit c849492dfa 
						
						
					 
					
						2015-04-19 14:01:16 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						4539607ab1 
					 
					
						
						
							
							fix gpu HOG implementation:  
						
						... 
						
						
						
						move hog::set_up_constants from constructor to compute method
if user changed CUDA device between constructor and computation,
some variables were uninitialized
(cherry picked from commit 21bbed7baf 
						
						
					 
					
						2015-04-19 13:57:37 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						95ea12588e 
					 
					
						
						
							
							set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic  
						
						... 
						
						
						
						(cherry picked from commit c147ab1e85 
						
						
					 
					
						2015-04-19 13:57:03 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						ef347aa6a4 
					 
					
						
						
							
							disable gpu::matchTemplate tests  
						
						... 
						
						
						
						(cherry picked from commit 7bb8c50080 
						
						
					 
					
						2015-04-19 13:38:20 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						fcbefaff86 
					 
					
						
						
							
							fix tests for gpu::matchTemplate:  
						
						... 
						
						
						
						use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
(cherry picked from commit d00f36ec75 
						
						
					 
					
						2015-04-19 13:32:24 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						b0b2fc9e3f 
					 
					
						
						
							
							get rid of cuda.h usage  
						
						... 
						
						
						
						(cherry picked from commit eeb997261d 
						
						
					 
					
						2015-04-19 13:29:45 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						a26e496d00 
					 
					
						
						
							
							minor fix for StereoCSBP data cost compute kernel and test  
						
						... 
						
						
						
						(cherry picked from commit 84f33d0578 
						
						
					 
					
						2014-11-04 10:19:38 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						d579d3e596 
					 
					
						
						
							
							increase epsilons for some tests, which functions use floating point arithm  
						
						... 
						
						
						
						(cherry picked from commit 5c07e0b6d3 
						
						
					 
					
						2014-11-04 10:19:18 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						5a77176654 
					 
					
						
						
							
							avoid pointer arithmetic on register memory in color conversion  
						
						... 
						
						
						
						(cherry picked from commit e0827069c1 
						
						
					 
					
						2014-11-04 10:18:58 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						eaaa2d27d5 
					 
					
						
						
							
							fix CUDA LUT implementation  
						
						... 
						
						
						
						In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.
Replaced NPP LUT call with own implementation (ported from master branch) 
to be independant from CUDA Toolkit version. 
						
						
					 
					
						2014-08-28 14:47:26 +04:00 
						 
				 
			
				
					
						
							
							
								Vadim Pisarevsky 
							
						 
					 
					
						
						
							
						
						6eb26c1519 
					 
					
						
						
							
							Merge pull request  #3109  from jet47:gpu-test-fixes  
						
						
						
						
					 
					
						2014-08-22 07:22:23 +00:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						ebe36d6e7c 
					 
					
						
						
							
							fix CUDA cvtColor after corresponding change in CPU version  
						
						... 
						
						
						
						see https://github.com/Itseez/opencv/pull/3137  
						
						
					 
					
						2014-08-21 14:14:06 +04:00 
						 
				 
			
				
					
						
							
							
								StevenPuttemans 
							
						 
					 
					
						
						
							
						
						d558260a8e 
					 
					
						
						
							
							fixing GT and GE comparison symbol  
						
						
						
						
					 
					
						2014-08-18 13:33:40 +02:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						62f27b28ed 
					 
					
						
						
							
							fix BGR->BGR5x5 color convertion  
						
						
						
						
					 
					
						2014-08-15 14:10:15 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						599f5ef51b 
					 
					
						
						
							
							use downscaled frames in FGDStatModel test  
						
						
						
						
					 
					
						2014-08-15 13:42:25 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						86e12b6074 
					 
					
						
						
							
							increase epsilon for ResizeSameAsHost test  
						
						
						
						
					 
					
						2014-08-15 13:42:06 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						5dff283b39 
					 
					
						
						
							
							increase epsilon for TVL1 sanity test  
						
						
						
						
					 
					
						2014-08-15 13:41:47 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						da9be8231f 
					 
					
						
						
							
							fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version  
						
						
						
						
					 
					
						2014-08-01 11:33:29 +04:00 
						 
				 
			
				
					
						
							
							
								Alexander Smorkalov 
							
						 
					 
					
						
						
							
						
						60a5ada454 
					 
					
						
						
							
							Build fixes for CUDA 6.5  
						
						
						
						
					 
					
						2014-07-14 14:26:50 +04:00 
						 
				 
			
				
					
						
							
							
								Ilya Lavrenov 
							
						 
					 
					
						
						
							
						
						ecec53f509 
					 
					
						
						
							
							fixed docs  
						
						
						
						
					 
					
						2014-07-09 17:48:28 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						1f72873c55 
					 
					
						
						
							
							fix cv::gpu::resize function  
						
						... 
						
						
						
						add missing stream parameter to call_resize_linear_glob 
						
						
					 
					
						2014-05-14 10:31:28 +04:00 
						 
				 
			
				
					
						
							
							
								Maks Naumov 
							
						 
					 
					
						
						
							
						
						a01659825c 
					 
					
						
						
							
							remove unused variable in loadFromXML()  
						
						
						
						
					 
					
						2014-04-09 22:53:36 +03:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						d822d6f101 
					 
					
						
						
							
							disable GeneralizedHough tests on gcc 4.7  
						
						
						
						
					 
					
						2014-04-07 09:49:17 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						f8d922ad3e 
					 
					
						
						
							
							disable gpu::GeneralizedHough compilation on gcc 4.7  
						
						
						
						
					 
					
						2014-04-04 10:31:33 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Pavlenko 
							
						 
					 
					
						
						
							
						
						0d5ffec521 
					 
					
						
						
							
							Merge pull request  #2553  from ilya-lavrenov:typo  
						
						
						
						
					 
					
						2014-03-31 23:21:07 +04:00 
						 
				 
			
				
					
						
							
							
								Ilya Lavrenov 
							
						 
					 
					
						
						
							
						
						9b9769169f 
					 
					
						
						
							
							doc typos  
						
						
						
						
					 
					
						2014-03-31 19:57:05 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						6d368dc1e7 
					 
					
						
						
							
							increase epsilon for MOG2::getBackgroundImage test:  
						
						... 
						
						
						
						it uses float arithmetics 
						
						
					 
					
						2014-03-30 18:02:03 -07:00 
						 
				 
			
				
					
						
							
							
								Firat Kalaycilar 
							
						 
					 
					
						
						
							
						
						0a16d93e1d 
					 
					
						
						
							
							Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2  
						
						
						
						
					 
					
						2014-03-18 17:26:24 +02:00 
						 
				 
			
				
					
						
							
							
								Ilya Lavrenov 
							
						 
					 
					
						
						
							
						
						099ea91823 
					 
					
						
						
							
							typos  
						
						
						
						
					 
					
						2014-03-04 12:47:40 +04:00 
						 
				 
			
				
					
						
							
							
								Roman Donchenko 
							
						 
					 
					
						
						
							
						
						af8aa8a2fa 
					 
					
						
						
							
							Merge pull request  #2433  from ilya-lavrenov:typos  
						
						
						
						
					 
					
						2014-03-03 12:20:35 +04:00 
						 
				 
			
				
					
						
							
							
								Ilya Lavrenov 
							
						 
					 
					
						
						
							
						
						eedf86402d 
					 
					
						
						
							
							typos  
						
						
						
						
					 
					
						2014-03-02 21:04:17 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						7fd21d217a 
					 
					
						
						
							
							fix bug  #3562 :  
						
						... 
						
						
						
						add missing __syncthreads to edgesHysteresisLocalKernel 
						
						
					 
					
						2014-02-20 10:24:52 +04:00 
						 
				 
			
				
					
						
							
							
								Ilya Lavrenov 
							
						 
					 
					
						
						
							
						
						da9bdf9c15 
					 
					
						
						
							
							fixes typo and unused variables  
						
						
						
						
					 
					
						2014-02-18 14:16:54 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						150e522bee 
					 
					
						
						
							
							fix bug  #3552 :  
						
						... 
						
						
						
						replace std::swap with own code 
						
						
					 
					
						2014-02-16 12:17:17 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						1ce5165cb7 
					 
					
						
						
							
							temporary disable performance test for alphaComp function  
						
						
						
						
					 
					
						2014-02-14 14:27:43 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						eb247d826f 
					 
					
						
						
							
							temporary disable perf test for StereoBeliefPropagation  
						
						
						
						
					 
					
						2014-02-13 17:25:59 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						9e69e2a07a 
					 
					
						
						
							
							increase epsilon for AlphaComp sanity test for integer input  
						
						
						
						
					 
					
						2014-02-13 17:16:43 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						8b44a42a40 
					 
					
						
						
							
							decrease input size for several gpu tests to fix "timed out" error:  
						
						... 
						
						
						
						* BruteForceNonLocalMeans
* OpticalFlowBM 
						
						
					 
					
						2014-02-10 11:50:14 +04:00 
						 
				 
			
				
					
						
							
							
								Roman Donchenko 
							
						 
					 
					
						
						
							
						
						1d68a89947 
					 
					
						
						
							
							Merge pull request  #2303  from jet47:gpu-canny-fix  
						
						
						
						
					 
					
						2014-02-07 19:03:14 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						5dbdadb769 
					 
					
						
						
							
							fixed several bugs in CUDA Canny implementation:  
						
						... 
						
						
						
						* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd 
						
						
					 
					
						2014-02-07 16:04:29 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						bfc27271e2 
					 
					
						
						
							
							Revert "disable gpu Canny and HoughCircles perf tests:"  
						
						... 
						
						
						
						This reverts commit dbce90692a 
						
						
					 
					
						2014-02-07 14:55:06 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						5d099df578 
					 
					
						
						
							
							Revert "disable CUDA generalized Hough Transform"  
						
						... 
						
						
						
						This reverts commit 33d42b740c 
						
						
					 
					
						2014-02-06 18:02:14 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						3e4bb371c8 
					 
					
						
						
							
							fix epsilons for several gpu tests  
						
						
						
						
					 
					
						2014-02-06 18:02:14 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						b6ba1f226c 
					 
					
						
						
							
							Revert "disable gpu CvtColor.*2HSV tests:"  
						
						... 
						
						
						
						This reverts commit 952027a853 
						
						
					 
					
						2014-02-06 18:02:14 +04:00 
						 
				 
			
				
					
						
							
							
								Vladislav Vinogradov 
							
						 
					 
					
						
						
							
						
						da44a2fac1 
					 
					
						
						
							
							Revert "disable gpu Subtract_Array test:"  
						
						... 
						
						
						
						This reverts commit e91bf95d58 
						
						
					 
					
						2014-02-06 18:02:14 +04:00 
						 
				 
			
				
					
						
							
							
								Roman Donchenko 
							
						 
					 
					
						
						
							
						
						2bef73c968 
					 
					
						
						
							
							Merge pull request  #2249  from jet47:gpu-tests-disable  
						
						
						
						
					 
					
						2014-01-31 20:49:05 +04:00