Searched refs:diff_norm (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/objdetect/test/
H A Dtest_cascadeandhog.cpp1090 double diff_norm = cvtest::norm(actual_weights, weights, NORM_L2); local
1091 if (diff_norm > eps)
1094 "Norm of the difference is %lf\n", diff_norm);
1171 double diff_norm = cvtest::norm(actual_descriptors, descriptors, NORM_L2); local
1173 if (diff_norm > eps)
1175 ts->printf(cvtest::TS::SUMMARY, "Norm of the difference: %lf\n", diff_norm);
1321 double diff_norm = cvtest::norm(reference_mats[i], actual_mats[i], NORM_L2); local
1322 if (diff_norm > eps)
1325 "Norm of the difference is %lf\n", args[i], diff_norm);
/external/ceres-solver/internal/ceres/
H A Dcovariance_test.cc344 double diff_norm = (expected.block(row_begin, local
348 diff_norm /= (row_end - row_begin) * (col_end - col_begin);
351 EXPECT_NEAR(diff_norm, 0.0, kTolerance)
H A Dcompressed_row_sparse_matrix_test.cc558 const double diff_norm = (actual_matrix - expected_matrix).norm() / expected_matrix.norm(); local
559 ASSERT_NEAR(diff_norm, 0.0, kTolerance)

Completed in 138 milliseconds