HOST side optimization for GFFT

This commit is contained in:
krodyush
2013-12-17 14:02:57 +04:00
parent 5d5527d03e
commit a63576e76d
3 changed files with 241 additions and 323 deletions

View File

@@ -1381,8 +1381,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_,