Home
last modified time | relevance | path

Searched defs:points0 (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/videostab/src/
Doptical_flow.cpp58 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, in run()
75 InputArray frame0, InputArray frame1, InputArray points0, InputOutputArray points1, in run()
96 const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, const cuda::GpuMat &points0, in run()
106 const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, const cuda::GpuMat &points0, in run()
Dglobal_motion.cpp62 static void compactPoints(GpuMat &points0, GpuMat &points1, const GpuMat &mask) in compactPoints()
121 int npoints, Point2f *points0, Point2f *points1, float *rmse) in estimateGlobMotionLeastSquaresTranslation()
146 int npoints, Point2f *points0, Point2f *points1, float *rmse) in estimateGlobMotionLeastSquaresTranslationAndScale()
182 int npoints, Point2f *points0, Point2f *points1, float *rmse) in estimateGlobMotionLeastSquaresRotation()
226 int npoints, Point2f *points0, Point2f *points1, float *rmse) in estimateGlobMotionLeastSquaresRigid()
281 int npoints, Point2f *points0, Point2f *points1, float *rmse) in estimateGlobMotionLeastSquaresSimilarity()
320 int npoints, Point2f *points0, Point2f *points1, float *rmse) in estimateGlobMotionLeastSquaresAffine()
357 InputOutputArray points0, InputOutputArray points1, int model, float *rmse) in estimateGlobalMotionLeastSquares()
380 InputArray points0, InputArray points1, int model, const RansacParams &params, in estimateGlobalMotionRansac()
489 Mat MotionEstimatorRansacL2::estimate(InputArray points0, InputArray points1, bool *ok) in estimate()
[all …]
Doutlier_rejection.cpp52 Size /*frameSize*/, InputArray points0, InputArray points1, OutputArray mask) in process()
71 Size frameSize, InputArray points0, InputArray points1, OutputArray mask) in process()
/external/opencv3/modules/videostab/src/cuda/
Dglobal_motion.cu55 int compactPoints(int N, float *points0, float *points1, const uchar *mask) in compactPoints()
/external/opencv3/modules/features2d/test/
Dtest_rotation_and_scale_invariance.cpp153 vector<Point2f> points0; in matchKeyPoints() local