OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalErr
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/samples/cpp/
calibration.cpp
94
double
totalErr
= 0, err;
104
totalErr
+= err*err;
108
return std::sqrt(
totalErr
/totalPoints);
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
camera_calibration.cpp
414
double
totalErr
= 0, err;
424
totalErr
+= err*err;
428
return std::sqrt(
totalErr
/totalPoints);
/external/deqp/framework/common/
tcuTexCompareVerifier.cpp
220
const float
totalErr
= pcfErr+resErr;
239
const float minR = minV-
totalErr
;
240
const float maxR = maxV+
totalErr
;
328
const float
totalErr
= pcfErr+resErr;
350
const float minR = minV-
totalErr
;
351
const float maxR = maxV+
totalErr
;
470
const float
totalErr
= pcfErr+resErr;
511
const float minR = minF-
totalErr
;
512
const float maxR = maxF+
totalErr
;
[
all
...]
Completed in 80 milliseconds