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
|
* - 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user