1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fix globbing under win

This commit is contained in:
marina.kolpakova
2013-01-10 00:21:34 +04:00
parent e2de3b0b81
commit 8672ae58e2
5 changed files with 80 additions and 16 deletions
+3 -3
View File
@@ -2132,7 +2132,7 @@ template<> CV_EXPORTS void Ptr<CvDTreeSplit>::delete_obj();
CV_EXPORTS bool initModule_ml(void);
CV_EXPORTS class FeaturePool
class CV_EXPORTS FeaturePool
{
public:
@@ -2145,7 +2145,7 @@ public:
virtual ~FeaturePool();
};
class Dataset
class CV_EXPORTS Dataset
{
public:
typedef enum {POSITIVE = 1, NEGATIVE = 2} SampleType;
@@ -2156,7 +2156,7 @@ public:
};
// used for traning single octave scale
class Octave : cv::Boost
class CV_EXPORTS Octave : public cv::Boost
{
public: