mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 15:26:00 +08:00
Fixed exports and removed contrib_world
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
|
||||
|
Reference in New Issue
Block a user