Fixed a build problem in windows

pull/13383/head
Victor Erukhimov 14 years ago
parent 1e122c19e1
commit b4c38f905a
  1. 2
      modules/features2d/include/opencv2/features2d/features2d.hpp

@ -1414,7 +1414,7 @@ protected:
* Adapts a detector to detect points over multiple levels of a Gaussian
* pyramid. Useful for detectors that are not inherently scaled.
*/
class PyramidAdaptedFeatureDetector : public FeatureDetector
CV_EXPORTS class PyramidAdaptedFeatureDetector : public FeatureDetector
{
public:
PyramidAdaptedFeatureDetector( const Ptr<FeatureDetector>& detector, int levels=2 );

Loading…
Cancel
Save