Merge pull request #996 from mshabunin:cmakeex

pull/1491/head
Vadim Pisarevsky 7 years ago
commit 53986aaa7d
  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