1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

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