Fix a typo error
authorPierre Moulon <pmoulon@gmail.com>
Fri, 14 Feb 2014 11:21:35 +0000 (12:21 +0100)
committerPierre Moulon <pmoulon@gmail.com>
Fri, 14 Feb 2014 11:21:35 +0000 (12:21 +0100)
samples/cpp/freak_demo.cpp

index e6429ae..140b28f 100644 (file)
@@ -87,7 +87,7 @@ int main( int argc, char** argv ) {
 
     // DESCRIPTOR
     // Our proposed FREAK descriptor
-    // (roation invariance, scale invariance, pattern radius corresponding to SMALLEST_KP_SIZE,
+    // (rotation invariance, scale invariance, pattern radius corresponding to SMALLEST_KP_SIZE,
     // number of octaves, optional vector containing the selected pairs)
     // FREAK extractor(true, true, 22, 4, std::vector<int>());
     FREAK extractor;