comment fixed
authorAlexander Mordvintesv <zzznah@gmail.com>
Tue, 7 Aug 2012 20:19:13 +0000 (23:19 +0300)
committerAlexander Mordvintesv <zzznah@gmail.com>
Tue, 7 Aug 2012 20:19:13 +0000 (23:19 +0300)
modules/flann/include/opencv2/flann/lsh_index.h

index 7d65d37..fc4cebb 100644 (file)
@@ -90,7 +90,7 @@ public:
              Distance d = Distance()) :
         dataset_(input_data), index_params_(params), distance_(d)
     {
-        // cv::flann::IndexParams sets integer params as 'int', so it is in get_param 
+        // cv::flann::IndexParams sets integer params as 'int', so it is used with get_param 
         // in place of 'unsigned int'
         table_number_ = (unsigned int)get_param<int>(index_params_,"table_number",12);
         key_size_ = (unsigned int)get_param<int>(index_params_,"key_size",20);