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:
@@ -195,7 +195,7 @@ public:
|
||||
int getDescriptorType() const { return params.descriptorType; }
|
||||
};
|
||||
|
||||
template < int T > class CV_EXPORTS_W GPCForest : public Algorithm
|
||||
template < int T > class GPCForest : public Algorithm
|
||||
{
|
||||
private:
|
||||
struct Trail
|
||||
|
@@ -42,7 +42,7 @@ namespace cv
|
||||
namespace rgbd
|
||||
{
|
||||
|
||||
class CV_EXPORTS TickMeter
|
||||
class TickMeter
|
||||
{
|
||||
public:
|
||||
TickMeter();
|
||||
|
Reference in New Issue
Block a user