| 
							
							
								 Andrey Kamaev | 1523cb04d1 | Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276) | 2011-08-04 06:19:52 +00:00 |  | 
			
				
					| 
							
							
								 Andrey Kamaev | 6935e95c2a | Fixed crash in BruteForceMatcher::clone | 2011-08-03 11:30:09 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 562914e33b | upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN. | 2011-07-13 23:04:39 +00:00 |  | 
			
				
					| 
							
							
								 Vladimir Dudnik | 6e38b6aaed | removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied) | 2011-06-17 06:31:54 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | cb511861ac | Removed unnecessary function from SimpleBlobDetector | 2011-06-09 11:16:18 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | f60d7fdfef | Simplified SimpleBlobDetector to make it simple) | 2011-06-09 11:07:08 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | b5163291dd | added upright mode to SURF (#825) | 2011-06-08 09:23:33 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | ca551ab9ae | added one more SIFT::CommonParams constructor | 2011-06-07 07:41:59 +00:00 |  | 
			
				
					| 
							
							
								 Vincent Rabaud | fc19e856a6 | - fix a memory leak | 2011-06-01 18:24:53 +00:00 |  | 
			
				
					| 
							
							
								 Vincent Rabaud | 211c112b91 | - hide the patch size from the user (only one is used now as training was only done at that scale) - enable a border_threshold just like for SIFt so that calling ORB, or descriptor after feature gives the same number of features | 2011-06-01 02:09:31 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 035fd0019b | replaced SIFT implementation (Some default parameters can be changed in the near future) | 2011-05-31 18:18:02 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | af2af3af9b | added KeyPoint::hash() (ticket #1100) | 2011-05-31 14:24:45 +00:00 |  | 
			
				
					| 
							
							
								 Ethan Rublee | 93326c7dc0 | Adding a default constructor to ORB that initializes. Had segfaults on non initialized orb detector. | 2011-05-27 17:17:02 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 145a76faf4 | fixed features2d (ORB) compile errors on Windows | 2011-05-23 07:58:35 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | f2a337f990 | fixed several typos, including the old ones from ticket #854 | 2011-05-21 20:17:45 +00:00 |  | 
			
				
					| 
							
							
								 Vincent Rabaud | 9170ff6f5e | - assign some members outside the header (fixes #1081) | 2011-05-21 17:27:38 +00:00 |  | 
			
				
					| 
							
							
								 Vincent Rabaud | 4b1f183bcd | - adding ORB | 2011-05-20 22:25:53 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 983f4f1621 | minor changes of recall-precision output | 2011-05-20 12:14:35 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 8acce4e31f | some renames | 2011-05-15 09:19:05 +00:00 |  | 
			
				
					| 
							
							
								 Anatoly Baksheev | c49dc37761 | [+] added use_folders cmake feature if cmake version is greater then 2.8.0 [~] fixed warning in featuers2d under windows (can't generate assignment operator) | 2011-05-11 13:37:20 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | c46b510f4c | restored 2 methods (for backward compatibility) | 2011-05-11 12:59:36 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | af28d19b3a | extended the constructor parameters of  AdjusterAdapter's inheritors | 2011-05-11 12:13:58 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | c98c87d545 | fixed DynamicAdaptedFeatureDetector | 2011-05-11 11:53:53 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 66c116ec6a | fixed #1044 | 2011-05-05 10:10:46 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | b9662e099c | added the filtering of keypoints having zero size (#877) | 2011-05-01 17:38:52 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 34a18f79e1 | fixed #832 | 2011-04-29 14:37:02 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 8d36926271 | moved flannIndex to protected section again | 2011-02-02 15:47:08 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 3ae5a314e3 | moved flannIndex to public section (temporarily) | 2011-02-01 17:38:11 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 0e8bc8c71b | changed border type to float | 2011-01-31 17:10:47 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | fd1f644e39 | fixed #772 (added empty implementation of SIFT class methods throwing exception if ARM) | 2011-01-31 16:23:26 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 9b4c682623 | added empty() method to common features2d classes; fixed #831 | 2011-01-31 14:18:50 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 1748f65f54 | fixed ticket #823 | 2011-01-31 09:51:17 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 96d88f0673 | fixed FernDescriptorMatcher (#765) | 2011-01-12 12:03:03 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 655120febc | fixed collisions between std::transform() and cv::transform() (#781) | 2011-01-12 06:39:08 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | 2d5a984c28 | Moved BlobDetector to features2d | 2010-12-27 09:15:08 +00:00 |  | 
			
				
					| 
							
							
								 Ilya Lysenkov | dc9e5eda19 | Moved PlanarObjectDetector to the objdetect module | 2010-12-27 08:25:31 +00:00 |  | 
			
				
					| 
							
							
								 Vladimir Dudnik | e92d0e4bc2 | cosmetic changes | 2010-12-23 23:01:18 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 01c1003d51 | fixed warnings and errors reported by VS2010 | 2010-11-26 18:25:30 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | 1286c1db45 | fixed multiple warnings from VS2010. | 2010-11-25 16:55:46 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 7e5c11a920 | added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector | 2010-11-25 15:59:37 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Pisarevsky | b7e9c6229b | fifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances | 2010-11-25 10:05:03 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | c46546203f | fixed compile error under win32 | 2010-11-25 09:22:22 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 0a2881adcd | added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF. | 2010-11-24 16:03:11 +00:00 |  | 
			
				
					| 
							
							
								 Ethan Rublee | 6a689d82a3 | Continue to refeactor the dynamic stuff - may have broken build on last commit. Fairly certain that it builds now. | 2010-11-23 22:45:49 +00:00 |  | 
			
				
					| 
							
							
								 Ethan Rublee | f6b0818996 | refactoring dynamic detectors | 2010-11-23 22:26:36 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | c6e43c385d | updated documentation on features2d; minor features2d changes | 2010-11-23 17:00:55 +00:00 |  | 
			
				
					| 
							
							
								 Ethan Rublee | da05e6609a | Adding some dynamic feature detectors... | 2010-11-22 23:59:25 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | e406dfee44 | refactored features2d and sample on matching to many images | 2010-11-22 18:27:08 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 0af4d09aa9 | fixed linker error undo mingw (#657) | 2010-11-16 15:42:31 +00:00 |  | 
			
				
					| 
							
							
								 Maria Dimashova | 7bd4ba990a | fixed compile error undo win32 (due to int32_t using) | 2010-11-15 10:24:38 +00:00 |  |