Philipp Hasper 
							
						 
					 
					
						
						
							
						
						47c4ee974a 
					 
					
						
						
							
							operator<< handles keys starting with underscore  
						
						
						
						
					 
					
						2016-04-11 09:55:33 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						f48cda2f95 
					 
					
						
						
							
							test: initialize test data in test_umat.cpp (6102)  
						
						
						
						
					 
					
						2016-02-12 13:15:15 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						96f5a930f4 
					 
					
						
						
							
							test: regression 5991  
						
						
						
						
					 
					
						2016-01-26 14:11:53 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						17e4d33b0e 
					 
					
						
						
							
							added regression test for  #5876  
						
						
						
						
					 
					
						2015-12-25 16:16:34 +03:00 
						 
				 
			
				
					
						
							
							
								Maksim Shabunin 
							
						 
					 
					
						
						
							
						
						84f37d352f 
					 
					
						
						
							
							HAL moved back to core  
						
						
						
						
					 
					
						2015-12-17 12:33:23 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						b26580cc7b 
					 
					
						
						
							
							checkRange fixes  
						
						... 
						
						
						
						1) fix multichannel support
2) remove useless bad_value, read value from original Mat directly
3) add more tests
4) fix docs for cvCeil and checkRange 
						
						
					 
					
						2015-12-09 18:31:27 +03:00 
						 
				 
			
				
					
						
							
							
								Vadim Pisarevsky 
							
						 
					 
					
						
						
							
						
						d19897b734 
					 
					
						
						
							
							Merge pull request  #5651  from hoangviet1985:fix_solvePoly_3.0.0  
						
						
						
						
					 
					
						2015-12-07 10:12:54 +00:00 
						 
				 
			
				
					
						
							
							
								Maksim Shabunin 
							
						 
					 
					
						
						
							
						
						ddf293a081 
					 
					
						
						
							
							Merge pull request  #5649  from hoangviet1985:solve_pow(x,3)=0_opencv300  
						
						
						
						
					 
					
						2015-11-22 18:02:40 +00:00 
						 
				 
			
				
					
						
							
							
								hoangviet1985 
							
						 
					 
					
						
						
							
						
						3e96b724c2 
					 
					
						
						
							
							squash  
						
						
						
						
					 
					
						2015-11-20 15:03:32 -05:00 
						 
				 
			
				
					
						
							
							
								hoangviet1985 
							
						 
					 
					
						
						
							
						
						b96def885f 
					 
					
						
						
							
							squash  
						
						
						
						
					 
					
						2015-11-20 14:48:29 -05:00 
						 
				 
			
				
					
						
							
							
								Vadim Pisarevsky 
							
						 
					 
					
						
						
							
						
						3942b1f362 
					 
					
						
						
							
							Merge pull request  #5340  from alalek:ocl_off  
						
						
						
						
					 
					
						2015-11-10 16:53:36 +00:00 
						 
				 
			
				
					
						
							
							
								Maksim Shabunin 
							
						 
					 
					
						
						
							
						
						31e0d90da6 
					 
					
						
						
							
							Enable temp objects destruction test for VS versions less than 2015  
						
						
						
						
					 
					
						2015-10-22 12:44:03 +03:00 
						 
				 
			
				
					
						
							
							
								Maksim Shabunin 
							
						 
					 
					
						
						
							
						
						6e9d0d9a0c 
					 
					
						
						
							
							Visual Studio 2015 warning and test fixes  
						
						
						
						
					 
					
						2015-10-20 12:48:37 +03:00 
						 
				 
			
				
					
						
							
							
								Pavel Rojtberg 
							
						 
					 
					
						
						
							
						
						46ada3886f 
					 
					
						
						
							
							fix wrong parsing of values containing '='  
						
						... 
						
						
						
						fixes  #5074  
					
						2015-09-24 17:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Rojtberg 
							
						 
					 
					
						
						
							
						
						1dd7f546af 
					 
					
						
						
							
							CommandLineParser: add special <none> value to disallow empty strings  
						
						... 
						
						
						
						some mandatory string keys like paths must not be empty. Add the special
default value `<none>` so the CommandLineParser can enforce this and
generate an according error message for us. 
						
						
					 
					
						2015-09-23 15:43:46 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Rojtberg 
							
						 
					 
					
						
						
							
						
						a388806555 
					 
					
						
						
							
							enable additional CommandLineParser tests  
						
						
						
						
					 
					
						2015-09-22 18:37:51 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Rojtberg 
							
						 
					 
					
						
						
							
						
						2ced3ba276 
					 
					
						
						
							
							CommandLineParser: throw on programmer error  
						
						... 
						
						
						
						requesting a previously undeclared key is most likely an programming
error. e.g. a typo "--unused vs --unsued".
So throw in those cases.
Add an according failure testcase. 
						
						
					 
					
						2015-09-22 18:35:49 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						d945aff132 
					 
					
						
						
							
							Merge pull request  #5371  from Dikay900:ports_to_master  
						
						
						
						
					 
					
						2015-09-21 13:52:45 +00:00 
						 
				 
			
				
					
						
							
							
								Gleb Gladilov 
							
						 
					 
					
						
						
							
						
						2bc4486966 
					 
					
						
						
							
							Added test of minMaxLoc on filling with maximums of int  
						
						
						
						
					 
					
						2015-09-21 13:44:30 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						d3071db0d7 
					 
					
						
						
							
							add some CommandLineParser tests  
						
						
						
						
					 
					
						2015-09-20 13:14:41 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						bf42b9603b 
					 
					
						
						
							
							fix "unreachable code" warning  
						
						
						
						
					 
					
						2015-09-14 13:11:12 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						7213e5f68a 
					 
					
						
						
							
							ocl: correct disabling of OpenCL code  
						
						
						
						
					 
					
						2015-09-13 20:28:23 +03:00 
						 
				 
			
				
					
						
							
							
								Ilya Lavrenov 
							
						 
					 
					
						
						
							
						
						0303e8067e 
					 
					
						
						
							
							fixed memory leak in core ds tests  
						
						
						
						
					 
					
						2015-09-11 18:46:52 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						ad70ab404c 
					 
					
						
						
							
							ocl: workaround for getUMat()  
						
						
						
						
					 
					
						2015-09-09 18:56:14 +03:00 
						 
				 
			
				
					
						
							
							
								Andrey Pavlenko 
							
						 
					 
					
						
						
							
						
						cea2dafa0f 
					 
					
						
						
							
							man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in UMat::getMat()  
						
						
						
						
					 
					
						2015-09-09 18:05:29 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						8694ba0978 
					 
					
						
						
							
							update custom_ptr test  
						
						
						
						
					 
					
						2015-09-03 10:46:38 +03:00 
						 
				 
			
				
					
						
							
							
								Vadim Pisarevsky 
							
						 
					 
					
						
						
							
						
						a78da45fec 
					 
					
						
						
							
							Merge pull request  #5242  from apavlenko:fix_releasing_temp_umat  
						
						
						
						
					 
					
						2015-08-27 14:29:52 +00:00 
						 
				 
			
				
					
						
							
							
								Andrey Pavlenko 
							
						 
					 
					
						
						
							
						
						4aefb9f2fc 
					 
					
						
						
							
							making the test deepper  
						
						
						
						
					 
					
						2015-08-26 13:38:26 +03:00 
						 
				 
			
				
					
						
							
							
								Andrey Pavlenko 
							
						 
					 
					
						
						
							
						
						3656a1aa66 
					 
					
						
						
							
							fixing 'map_unmap_counting'  
						
						
						
						
					 
					
						2015-08-25 17:25:03 +03:00 
						 
				 
			
				
					
						
							
							
								Vadim Pisarevsky 
							
						 
					 
					
						
						
							
						
						bd8bac27d5 
					 
					
						
						
							
							Merge pull request  #4212  from ludv1x:master  
						
						
						
						
					 
					
						2015-08-24 14:20:54 +00:00 
						 
				 
			
				
					
						
							
							
								Philippe FOUBERT 
							
						 
					 
					
						
						
							
						
						b668d3f693 
					 
					
						
						
							
							Modification of the related tests in core/tests/ocl  
						
						
						
						
					 
					
						2015-08-22 13:39:34 +02:00 
						 
				 
			
				
					
						
							
							
								Vitaliy Lyudvichenko 
							
						 
					 
					
						
						
							
						
						85cc11e3b2 
					 
					
						
						
							
							Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes  
						
						
						
						
					 
					
						2015-08-21 19:26:29 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						c1778f1199 
					 
					
						
						
							
							Merge pull request  #5161  from alalek:fix_string  
						
						
						
						
					 
					
						2015-08-20 12:49:54 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						68f8d1cef0 
					 
					
						
						
							
							Merge pull request  #5164  from vladimir-dudnik:test-umat-copyTo-issue  
						
						
						
						
					 
					
						2015-08-13 14:59:07 +00:00 
						 
				 
			
				
					
						
							
							
								Vladimir Dudnik 
							
						 
					 
					
						
						
							
						
						131d7c394e 
					 
					
						
						
							
							enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)  
						
						
						
						
					 
					
						2015-08-11 14:19:14 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						cda9ed449f 
					 
					
						
						
							
							fix some functions for valid processing of empty string content (cstr_==0, len_==0)  
						
						
						
						
					 
					
						2015-08-10 18:08:58 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						09b9b0fb9e 
					 
					
						
						
							
							Merge pull request  #5135  from alalek:issue_4468  
						
						
						
						
					 
					
						2015-08-10 14:46:31 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						3316e58314 
					 
					
						
						
							
							more test loops (and disable tests - tests pass but require a lot of time)  
						
						
						
						
					 
					
						2015-08-10 14:44:28 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						8293ed7f9b 
					 
					
						
						
							
							add tests from issue 4468 ( #5062 )  
						
						
						
						
					 
					
						2015-08-06 13:50:13 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						21467d817b 
					 
					
						
						
							
							tapi: add test from issue 4380 ( #5010 )  
						
						
						
						
					 
					
						2015-08-05 16:08:48 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						1704aea6a0 
					 
					
						
						
							
							tapi: enable some disabled tests  
						
						
						
						
					 
					
						2015-07-30 19:21:24 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						9bcccb028b 
					 
					
						
						
							
							fixes  
						
						
						
						
					 
					
						2015-07-28 11:49:46 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						cd5c70691a 
					 
					
						
						
							
							ocl: add map tests  
						
						
						
						
					 
					
						2015-07-28 11:49:46 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						b36f565d13 
					 
					
						
						
							
							fix OpenCV code (bug 4006:  #4862 )  
						
						
						
						
					 
					
						2015-07-28 11:49:41 +03:00 
						 
				 
			
				
					
						
							
							
								Vladimir Dudnik 
							
						 
					 
					
						
						
							
						
						ed7907e46c 
					 
					
						
						
							
							add test for bug 4006:  #4862  
						
						
						
						
					 
					
						2015-07-28 11:49:02 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						a6f46d7bb1 
					 
					
						
						
							
							issue 4457  
						
						
						
						
					 
					
						2015-07-08 16:22:58 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						885114ed2c 
					 
					
						
						
							
							fix copyTo memory corruption, but the main problem is still here  
						
						
						
						
					 
					
						2015-07-02 13:47:59 +03:00 
						 
				 
			
				
					
						
							
							
								Alexander Alekhin 
							
						 
					 
					
						
						
							
						
						30a5a9ed34 
					 
					
						
						
							
							test vector processing  
						
						
						
						
					 
					
						2015-07-01 20:10:22 +03:00 
						 
				 
			
				
					
						
							
							
								Vadim Pisarevsky 
							
						 
					 
					
						
						
							
						
						d5afd070ce 
					 
					
						
						
							
							Merge pull request  #4094  from kashefy:Mat_push_back_MatExpr_bug_4340  
						
						
						
						
					 
					
						2015-07-01 09:09:51 +00:00 
						 
				 
			
				
					
						
							
							
								Youssef Kashef 
							
						 
					 
					
						
						
							
						
						790ef21a60 
					 
					
						
						
							
							add unit test around Mat::push_back()  
						
						... 
						
						
						
						add template specialization Mat::push_back() for MatExpr paramters
extend push_back MatExpr to mat in unit test
cast to object instead of reference
test with multi-row MatExpr input 
						
						
					 
					
						2015-06-30 10:29:40 +02:00