Merge pull request #2006 from krodyush:pullreq/2.4-opt-131120-gfft

This commit is contained in:
Andrey Pavlenko
2013-12-19 13:48:39 +04:00
committed by OpenCV Buildbot
3 changed files with 241 additions and 323 deletions

View 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_,