OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeypointBasedMotionEstimatorGpu
(Results
1 - 2
of
2
) sorted by null
/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 4818 milliseconds