Home
last modified time | relevance | path

Searched refs:outliers (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/samples/python2/
Dfitline.py60 outliers = np.random.rand(outn, 2) * (w, h)
61 points = np.vstack([line_points, outliers])
64 for p in outliers:
/external/opencv3/modules/cudalegacy/test/
Dtest_labeling.cpp137 int outliers = 0; in checkCorrectness() local
143 outliers++; in checkCorrectness()
146 ASSERT_TRUE(outliers < gpu.cols + gpu.rows); in checkCorrectness()
/external/opencv3/modules/calib3d/test/
Dtest_affine3d_estimator.cpp107 vector<uchar> outliers; in test4Points() local
108 estimateAffine3D(fpts, tpts, aff_est, outliers); in test4Points()
/external/opencv3/modules/ts/src/
Dts_perf.cpp640 outliers = 0; in clear()
1297 metrics.outliers = 0; in calcMetrics()
1340 while(*start < minout) ++start, ++metrics.outliers; in calcMetrics()
1341 do --end, ++metrics.outliers; while(*end > maxout); in calcMetrics()
1342 ++end, --metrics.outliers; in calcMetrics()
1347 metrics.outliers = static_cast<int>(times.size() * param_max_outliers / 100); in calcMetrics()
1348 for (unsigned int i = 0; i < metrics.outliers; i++) in calcMetrics()
1415 … EXPECT_LE(m.outliers, std::max((unsigned int)cvCeil(m.samples * param_max_outliers / 100.), 1u)) in validateMetrics()
1449 RecordProperty("outliers", (int)m.outliers); in reportMetrics()
1542 LOGD("outliers =%11u", m.outliers); in reportMetrics()
/external/ceres-solver/docs/source/
Dfeatures.rst31 involve data. If there is data, there will be outliers. Ceres
33 functions to reduce the influence of outliers.
Dtutorial.rst45 a scalar function that is used to reduce the influence of outliers on
554 Now suppose the data we are given has some outliers, i.e., we have
564 To deal with outliers, a standard technique is to use a
567 outliers. To associate a loss function in a residual block, we change
589 Using :class:`LossFunction` to reduce the effect of outliers on a
Dmodeling.rst43 outliers on the solution of non-linear least squares problems.
817 input terms that contain outliers, that is, completely bogus
958 performing estimation from data which has substantial outliers,
/external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/
Dpy_feature_homography.markdown26 good matches which provide correct estimation are called inliers and remaining are called outliers.
/external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/
Dpy_epipolar_geometry.markdown172 2. Fundamental Matrix estimation is sensitive to quality of matches, outliers etc. It becomes worse
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp229 unsigned int outliers; member
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown381 as not, there are false correspondences or also called *outliers*. The [Random Sample
384 … aproximate result as the number of iterations increase. After appyling *Ransac* all the *outliers*
/external/v8/test/mozilla/
Dmozilla.status226 # cannot handle outliers. See bug #925864.