Fixed exports and removed contrib_world

pull/996/head
Maksim Shabunin 8 years ago
parent 60a510c2a3
commit 18a5391672
  1. 2
      modules/optflow/include/opencv2/optflow/sparse_matching_gpc.hpp
  2. 2
      modules/rgbd/test/test_normal.cpp

@ -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();

Loading…
Cancel
Save