Home
last modified time | relevance | path

Searched defs:rmse (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp121 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()
381 float *rmse, int *ninliers) in estimateGlobalMotionRansac()
/external/eigen/unsupported/doc/examples/
DFFT.cpp88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf); in fwd_inv() local