mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Fixed a build problem in windows
This commit is contained in:
parent
1e122c19e1
commit
b4c38f905a
@ -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…
Reference in New Issue
Block a user