OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rmse
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/videostab/src/
global_motion.cpp
121
int npoints, Point2f *points0, Point2f *points1, float *
rmse
)
132
if (
rmse
)
134
*
rmse
= 0;
136
*
rmse
+= sqr(points1[i].x - points0[i].x - M(0,2)) +
138
*
rmse
= std::sqrt(*
rmse
/ npoints);
146
int npoints, Point2f *points0, Point2f *points1, float *
rmse
)
170
if (
rmse
)
171
*
rmse
= static_cast<float>(norm(A*sol, b, NORM_L2) / std::sqrt(static_cast<double>(npoints)));
182
int npoints, Point2f *points0, Point2f *points1, float *
rmse
)
[
all
...]
/external/eigen/unsupported/doc/examples/
FFT.cpp
88
long double
rmse
= mag2(timebuf - timebuf2) / mag2(timebuf);
local
89
cout << "roundtrip
rmse
: " <<
rmse
<< endl;
/external/opencv3/modules/videostab/include/opencv2/videostab/
global_motion.hpp
74
@param
rmse
Final root-mean-square error.
79
float *
rmse
= 0);
87
@param
rmse
Final root-mean-square error.
93
float *
rmse
= 0, int *ninliers = 0);
/cts/tests/tests/media/src/android/media/cts/
DecoderTest.java
[
all
...]
Completed in 7362 milliseconds