From 8829e9f6c8efaf707275b4c42807f4b9865b59fc Mon Sep 17 00:00:00 2001 From: Pierre Moulon Date: Fri, 14 Feb 2014 12:22:53 +0100 Subject: [PATCH] Fix a typo error --- modules/features2d/include/opencv2/features2d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/include/opencv2/features2d.hpp b/modules/features2d/include/opencv2/features2d.hpp index 49b5a88..341e20a 100644 --- a/modules/features2d/include/opencv2/features2d.hpp +++ b/modules/features2d/include/opencv2/features2d.hpp @@ -829,7 +829,7 @@ CV_EXPORTS Mat windowedMatchingMask( const std::vector& keypoints1, co /* * OpponentColorDescriptorExtractor * - * Adapts a descriptor extractor to compute descripors in Opponent Color Space + * Adapts a descriptor extractor to compute descriptors in Opponent Color Space * (refer to van de Sande et al., CGIV 2008 "Color Descriptors for Object Category Recognition"). * Input RGB image is transformed in Opponent Color Space. Then unadapted descriptor extractor * (set in constructor) computes descriptors on each of the three channel and concatenate -- 2.7.4