HomeSort by relevance Sort by last modified time
    Searched refs:KeypointBasedMotionEstimatorGpu (Results 1 - 3 of 3) sorted by null

  /external/opencv3/samples/cpp/
videostab.cpp 223 Ptr<KeypointBasedMotionEstimatorGpu> kbest = makePtr<KeypointBasedMotionEstimatorGpu>(est);
264 Ptr<KeypointBasedMotionEstimatorGpu> kbest = makePtr<KeypointBasedMotionEstimatorGpu>(est);
  /external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp 254 class CV_EXPORTS KeypointBasedMotionEstimatorGpu : public ImageMotionEstimatorBase
257 KeypointBasedMotionEstimatorGpu(Ptr<MotionEstimatorBase> estimator);
  /external/opencv3/modules/videostab/src/
global_motion.cpp 769 KeypointBasedMotionEstimatorGpu::KeypointBasedMotionEstimatorGpu(Ptr<MotionEstimatorBase> estimator)
779 Mat KeypointBasedMotionEstimatorGpu::estimate(const Mat &frame0, const Mat &frame1, bool *ok)
787 Mat KeypointBasedMotionEstimatorGpu::estimate(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, bool *ok)

Completed in 9307 milliseconds