Searched defs:points0 (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/videostab/src/ |
D | optical_flow.cpp | 58 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()
|
D | global_motion.cpp | 62 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 ¶ms, in estimateGlobalMotionRansac() 489 Mat MotionEstimatorRansacL2::estimate(InputArray points0, InputArray points1, bool *ok) in estimate() [all …]
|
D | outlier_rejection.cpp | 52 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/ |
D | global_motion.cu | 55 int compactPoints(int N, float *points0, float *points1, const uchar *mask) in compactPoints()
|
/external/opencv3/modules/features2d/test/ |
D | test_rotation_and_scale_invariance.cpp | 153 vector<Point2f> points0; in matchKeyPoints() local
|