mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
refactored GoodFeaturesToTrackDetector
This commit is contained in:
@@ -217,7 +217,7 @@ public:
|
||||
|
||||
private:
|
||||
Ptr<MotionEstimatorBase> motionEstimator_;
|
||||
gpu::GoodFeaturesToTrackDetector_GPU detector_;
|
||||
Ptr<gpu::CornersDetector> detector_;
|
||||
SparsePyrLkOptFlowEstimatorGpu optFlowEstimator_;
|
||||
Ptr<IOutlierRejector> outlierRejector_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user