Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)

This commit is contained in:
Andrey Kamaev 2011-08-04 06:19:52 +00:00
parent be5328178f
commit 1523cb04d1

View File

@ -1919,7 +1919,7 @@ protected:
* - if you know the integral image, use setIntegralImage so that it is not recomputed. This calls * - if you know the integral image, use setIntegralImage so that it is not recomputed. This calls
* setStepSize automatically * setStepSize automatically
*/ */
class OrbDescriptorExtractor : public cv::DescriptorExtractor class CV_EXPORTS OrbDescriptorExtractor : public cv::DescriptorExtractor
{ {
public: public:
/** default constructor /** default constructor