Commit 1523cb04 authored by Andrey Kamaev's avatar Andrey Kamaev

Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)

parent be532817
...@@ -1919,7 +1919,7 @@ protected: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment