| 
							
							
								 Vadim Pisarevsky | 2d2b8a496e | renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) | 2011-06-08 06:55:04 +00:00 |  | 
			
				
					| 
							
							
								 Kirill Kornyakov | aad9b3219c | Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser | 2011-06-08 06:45:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | c7a42e9682 | started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) | 2011-06-07 22:51:31 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | 084c640db6 | Asked users to pass two operation flags tothe sort() function (ticket #315) | 2011-06-07 11:43:09 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | fe5784957c | Fixed Mat::channels() brief documentation (ticket #1064) | 2011-06-07 10:52:24 +00:00 |  | 
			
				
					| 
							
							
								 Kirill Kornyakov | 65ed270790 | class CommandLineParser was updated according new requirements | 2011-06-07 10:30:40 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | fcd2a0c3d3 | fixed VS2010 compile warnings and errors | 2011-06-06 15:15:30 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 0c877f62e9 | replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). | 2011-06-06 14:51:27 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | ddd8f897fe | fixed drawing test | 2011-06-02 12:45:00 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | f2f8fc14b0 | proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U | 2011-06-01 13:44:09 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | 29b45e70bd | Fixed cluster centers returning in cvKMeans2 (ticket #706) | 2011-06-01 12:06:39 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | b6c195d44c | Fixed reading of the user class from *.xml (ticket #840). | 2011-06-01 10:05:11 +00:00 |  | 
			
				
					| 
							
							
								 Alexander Shishkov | b19434513b | reverted the floating-point number formatting (exception in ml tests) | 2011-05-31 21:42:49 +00:00 |  | 
			
				
					| 
							
							
								 Alexander Shishkov | 80dfdf8ff7 | removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests) returned the new floating-point number formatting | 2011-05-31 21:14:42 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | b14ca4299a | reverted the floating-point number formatting | 2011-05-31 15:25:50 +00:00 |  | 
			
				
					| 
							
							
								 Alexander Shishkov | eae7921da6 | fixed build on GNU/Hurd (ticket #761) | 2011-05-31 15:22:22 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 6de72ea8ee | resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays) | 2011-05-31 14:01:21 +00:00 |  | 
			
				
					| 
							
							
								 Alexander Shishkov | 6aabf72bc5 | removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS | 2011-05-31 13:17:59 +00:00 |  | 
			
				
					| 
							
							
								 Elena Fedotova | 9a9bd14f34 | Purpose: 2nd review cycle - see ??. added index entries | 2011-05-30 20:29:47 +00:00 |  | 
			
				
					| 
							
							
								 Kirill Kornyakov | 78d821114a | Update CommandLineParser class: move method's definition from header to source | 2011-05-30 19:20:57 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 60a0ebbd6c | added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. | 2011-05-30 12:36:07 +00:00 |  | 
			
				
					| 
							
							
								 Kirill Kornyakov | fe279279e6 | Update CommandLineParser class | 2011-05-28 06:55:41 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 3a1f24e74c | fixed mat.push_back(mat) (ticket #1091) | 2011-05-27 20:32:48 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 33493f4e19 | renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805) | 2011-05-27 12:15:36 +00:00 |  | 
			
				
					| 
							
							
								 Elena Fedotova | f26859b345 | Purpose: 2nd review cycle - see ??. added index entries | 2011-05-26 20:09:05 +00:00 |  | 
			
				
					| 
							
							
								 Elena Fedotova | 8b89672774 | Purpose: 2nd review cycle | 2011-05-26 19:28:21 +00:00 |  | 
			
				
					| 
							
							
								 Andrey Kamaev | 0d2c98b5e1 | Implemented 4 missing Mat::ptr methods | 2011-05-24 16:14:23 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 309bb171b2 | do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc) | 2011-05-24 13:34:25 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 0bf00036a8 | improved jSVD accuracy | 2011-05-24 13:25:26 +00:00 |  | 
			
				
					| 
							
							
								 Elena Fedotova | 37f745737b | Purpose: 2nd review cycle | 2011-05-23 21:20:31 +00:00 |  | 
			
				
					| 
							
							
								 Elena Fedotova | 0848a2d67f | Purpose: 2nd review cycle | 2011-05-23 20:16:53 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | f2a337f990 | fixed several typos, including the old ones from ticket #854 | 2011-05-21 20:17:45 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 23768b1826 | replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) | 2011-05-21 18:32:34 +00:00 |  | 
			
				
					| 
							
							
								 Kirill Kornyakov | aadb1669a7 | some samples updated according to new CommandLineParser class | 2011-05-21 14:09:03 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | fa0c8d954e | allow lower-case utf-8 encoding specification as well | 2011-05-21 09:29:21 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 6d05622a5f | one more fix with encoding when reading/writing XMLs | 2011-05-21 09:03:04 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 856c717783 | fixed reading/writing of utf-8 strings | 2011-05-20 20:24:34 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | b0598fcf36 | removed debug print statement from cvMixChannels() | 2011-05-17 15:55:40 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 62569f6926 | fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. | 2011-05-17 15:44:01 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 3d154c9dde | fix build problems on Windows | 2011-05-17 13:32:42 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 7b2e39a3f9 | added missing #include for compatibility with VS2008 | 2011-05-17 07:27:48 +00:00 |  | 
			
				
					| 
							
							
								 Kirill Kornyakov | 94760a5f2b | command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments. | 2011-05-15 19:25:00 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | fa2f1c036a | removed "#include "windows.h"" from core headers | 2011-05-13 20:00:58 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 56cf08a873 | made "filestorage << vector<Mat>" work properly. | 2011-05-13 15:24:21 +00:00 |  | 
			
				
					| 
							
							
								 Vladislav Vinogradov | 3c2d7b951a | fixed LUT (ticket #1057) | 2011-05-11 05:32:00 +00:00 |  | 
			
				
					| 
							
							
								 Vladislav Vinogradov | 58e26313dd | fixed bug in cv::LUT (multi-channel source array and single-channel table) added missing cudaSafeCall | 2011-05-10 06:11:03 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | f8e4b10248 | made ptrdiff_t visible to GCC 4.6 compiler | 2011-05-09 21:21:31 +00:00 |  | 
			
				
					| 
							
							
								 Anatoly Baksheev | 1c18e5fef9 | fixed ~300 warnings under windows (had to hack gtest a bit) | 2011-05-06 21:45:48 +00:00 |  | 
			
				
					| 
							
							
								 Andrey Kamaev | 9f29506d2c | Refactored NEON optimization usage | 2011-05-06 12:24:56 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 62b966460d | do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch) | 2011-05-06 12:06:20 +00:00 |  |