Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276)
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user