Merge pull request #2006 from krodyush:pullreq/2.4-opt-131120-gfft
[profile/ivi/opencv.git] / modules / ocl / include / opencv2 / ocl / ocl.hpp
index d144a04..ff35d14 100644 (file)
@@ -1380,8 +1380,10 @@ namespace cv
             oclMat Dx_;
             oclMat Dy_;
             oclMat eig_;
+            oclMat eig_minmax_;
             oclMat minMaxbuf_;
             oclMat tmpCorners_;
+            oclMat counter_;
         };
 
         inline GoodFeaturesToTrackDetector_OCL::GoodFeaturesToTrackDetector_OCL(int maxCorners_, double qualityLevel_, double minDistance_,