From f3f8b843b63fa37f37803ed48fbbb668cd7ce5d3 Mon Sep 17 00:00:00 2001 From: Pierre Moulon Date: Fri, 14 Feb 2014 12:21:35 +0100 Subject: [PATCH] Fix a typo error --- samples/cpp/freak_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/freak_demo.cpp b/samples/cpp/freak_demo.cpp index e6429ae..140b28f 100644 --- a/samples/cpp/freak_demo.cpp +++ b/samples/cpp/freak_demo.cpp @@ -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()); FREAK extractor; -- 2.7.4