Fixed a build problem in windows

This commit is contained in:
Victor Erukhimov 2010-11-11 20:00:19 +00:00
parent 1e122c19e1
commit b4c38f905a

View File

@ -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 );