Roman Donchenko 
							
						 
					 
					
						
						
							
						
						4036f6a3d0 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/2.4' into merge-2.4  
						
						... 
						
						
						
						Conflicts:
	apps/CMakeLists.txt
	modules/contrib/CMakeLists.txt
	modules/core/include/opencv2/core/version.hpp
	modules/imgproc/include/opencv2/imgproc/imgproc.hpp
	modules/java/generator/gen_java.py
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/src/cl_runtime/cl_runtime.cpp
	modules/ocl/src/columnsum.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/test/main.cpp
	modules/ocl/test/test_color.cpp
	modules/ocl/test/test_imgproc.cpp
	samples/gpu/CMakeLists.txt 
						
						
					 
					
						2013-10-22 14:28:00 +04:00 
						 
				 
			
				
					
						
							
							
								Roman Donchenko 
							
						 
					 
					
						
						
							
						
						5bb6949bd6 
					 
					
						
						
							
							Fix running Java tests with run.py on everything other than Windows.  
						
						... 
						
						
						
						Previously, run.py would assume that the opencv_java library is in the
same directory as the tests, which is only true on Windows.
The library path depends on the build configuration, which may not be
known until the actual build (e.g. with the Visual Studio generators),
so it can't be stored in the CMake cache for run.py to read. I didn't
want to hardcode into run.py where the library is on each platform,
either. So that's why I used the current scheme with the properties
file. It also makes running the tests without run.py a little easier. 
						
						
					 
					
						2013-10-16 19:22:01 +04:00 
						 
				 
			
				
					
						
							
							
								Roman Donchenko 
							
						 
					 
					
						
						
							
						
						a61d1e6494 
					 
					
						
						
							
							Delete an import of junit.framework.Assert, which is deprecated in JUnit 4.x.  
						
						... 
						
						
						
						We don't use it, anyway. 
						
						
					 
					
						2013-10-15 17:10:12 +04:00 
						 
				 
			
				
					
						
							
							
								Roman Donchenko 
							
						 
					 
					
						
						
							
						
						f76dd99299 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/2.4' into merge-2.4  
						
						... 
						
						
						
						Conflicts:
	cmake/OpenCVModule.cmake
	doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
	doc/tutorials/features2d/feature_detection/feature_detection.rst
	doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
	doc/tutorials/features2d/feature_homography/feature_homography.rst
	modules/core/include/opencv2/core/operations.hpp
	modules/core/src/arithm.cpp
	modules/gpu/perf/perf_video.cpp
	modules/imgproc/include/opencv2/imgproc/imgproc.hpp
	modules/java/generator/gen_java.py
	modules/java/generator/src/cpp/VideoCapture.cpp
	modules/nonfree/src/opencl/surf.cl
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/perf/perf_haar.cpp
	modules/ocl/perf/perf_precomp.hpp
	modules/ocl/src/color.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/test/test_color.cpp
	modules/ocl/test/test_objdetect.cpp
	modules/python/src2/cv2.cpp
	samples/gpu/CMakeLists.txt
	samples/gpu/super_resolution.cpp 
						
						
					 
					
						2013-08-19 19:02:36 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Pavlenko 
							
						 
					 
					
						
						
							
						
						4902db1c42 
					 
					
						
						
							
							also fixing JNI library name in JUnit tests  
						
						
						
						
					 
					
						2013-08-13 13:18:01 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						f77a375354 
					 
					
						
						
							
							Merge branch '2.4'  
						
						
						
						
					 
					
						2013-03-29 19:38:35 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						49f6dad13f 
					 
					
						
						
							
							Move cv::KeyPoint and cv::DMatch to core  
						
						
						
						
					 
					
						2013-03-26 16:08:43 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						f282498b1d 
					 
					
						
						
							
							Drop outdated targets and fix solution folders  
						
						
						
						
					 
					
						2013-03-25 21:57:53 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						caa2c06e50 
					 
					
						
						
							
							Quiet output of cv::error in Java tests  
						
						... 
						
						
						
						Introduced new Java API
void org.opencv.core.Core.setErrorVerbosity(boolean verbose)
used to suppress output to stderr from OpenCV's asserts 
						
						
					 
					
						2013-01-23 18:08:09 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						5eabcf8e4f 
					 
					
						
						
							
							Java tests: print summary for tests run  
						
						
						
						
					 
					
						2013-01-23 18:08:09 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						3889b34ec3 
					 
					
						
						
							
							Add option to run java tests with run.py  
						
						
						
						
					 
					
						2013-01-23 18:08:08 +04:00 
						 
				 
			
				
					
						
							
							
								Andrey Kamaev 
							
						 
					 
					
						
						
							
						
						46c4390a2e 
					 
					
						
						
							
							Hardly refactored CMake script for Java wrappers  
						
						
						
						
					 
					
						2013-01-22 17:59:01 +04:00