1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 13:57:05 +08:00

Merge pull request #996 from mshabunin:cmakeex

This commit is contained in:
Vadim Pisarevsky
2017-12-15 10:47:38 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ public:
int getDescriptorType() const { return params.descriptorType; } int getDescriptorType() const { return params.descriptorType; }
}; };
template < int T > class CV_EXPORTS_W GPCForest : public Algorithm template < int T > class GPCForest : public Algorithm
{ {
private: private:
struct Trail struct Trail

View File

@@ -42,7 +42,7 @@ namespace cv
namespace rgbd namespace rgbd
{ {
class CV_EXPORTS TickMeter class TickMeter
{ {
public: public:
TickMeter(); TickMeter();