Fixed warning in the ORB features finder
authorAlexey Spizhevoy <no@email>
Thu, 27 Oct 2011 09:00:28 +0000 (09:00 +0000)
committerAlexey Spizhevoy <no@email>
Thu, 27 Oct 2011 09:00:28 +0000 (09:00 +0000)
modules/stitching/include/opencv2/stitching/detail/matchers.hpp

index 5e18e6c..7e75916 100644 (file)
@@ -92,7 +92,7 @@ private:
 class CV_EXPORTS OrbFeaturesFinder : public FeaturesFinder\r
 {\r
 public:\r
-    OrbFeaturesFinder(Size _grid_size = Size(3,1), size_t n_features = 1500, const ORB::CommonParams & detector_params = ORB::CommonParams(1.3, 5));\r
+    OrbFeaturesFinder(Size _grid_size = Size(3,1), size_t n_features = 1500, const ORB::CommonParams & detector_params = ORB::CommonParams(1.3f, 5));\r
 \r
 private:\r
     void find(const Mat &image, ImageFeatures &features);\r