Fix a typo error

Fix a typo error
Conflicts:
	modules/features2d/include/opencv2/features2d.hpp
This commit is contained in:
Pierre Moulon
2014-02-14 12:21:35 +01:00
committed by Dikay900
parent aad95c7d8c
commit 901d4995e3
2 changed files with 2 additions and 2 deletions

View 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;