/external/opencv3/samples/python2/ |
fitline.py | 8 to points in presence of outliers. 16 in case of ~50% of outliers. 60 outliers = np.random.rand(outn, 2) * (w, h) 61 points = np.vstack([line_points, outliers]) 64 for p in outliers:
|
asift.py | 9 is used to reject outliers. Threading is used for faster affine sampling. 149 # do not draw outliers (there will be a lot of them)
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
sieve.h | 24 * @param timeCount length of array - on return, how many remain after throwing out outliers
|
sieve.cpp | 121 /* Throw out outliers */ 138 /* if we removed any outliers, recalculate iqr */
|
/cts/tests/simplecpu/src/android/simplecpu/cts/ |
SimpleCpuTest.java | 108 Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + " outliers"); 133 Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + " outliers");
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
test_graphstat.py | 47 # Check that outliers are ignored.
|
/external/opencv3/modules/cudalegacy/test/ |
test_labeling.cpp | 137 int outliers = 0; local 143 outliers++; 146 ASSERT_TRUE(outliers < gpu.cols + gpu.rows);
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
GraphStat.py | 54 # will ignore these outliers for now
|
/cts/tests/dram/src/android/dram/cts/ |
BandwidthTest.java | 179 Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + " outliers"); 214 Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + " outliers");
|
/external/ceres-solver/docs/source/ |
features.rst | 31 involve data. If there is data, there will be outliers. Ceres 33 functions to reduce the influence of outliers.
|
/external/opencv3/modules/calib3d/test/ |
test_affine3d_estimator.cpp | 107 vector<uchar> outliers; local 108 estimateAffine3D(fpts, tpts, aff_est, outliers);
|
test_homography.cpp | 56 #define MESSAGE_RANSAC_MASK_1 "Sizes of inliers/outliers mask are incorrect." 57 #define MESSAGE_RANSAC_MASK_2 "Mask mustn't have any outliers." 59 #define MESSAGE_RANSAC_MASK_4 "Mask of inliers/outliers is incorrect." 171 cout << endl; cout << "Checking for inliers/outliers mask..." << endl; cout << endl; 210 cout << endl; cout << "Checking for inliers/outliers mask..." << endl; cout << endl; 223 cout << endl; cout << "Checking for inliers/outliers mask..." << endl; cout << endl; [all...] |
/cts/hostsidetests/ui/src/android/ui/cts/ |
InstallTimeTest.java | 98 Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + " outliers");
|
/external/libopus/silk/ |
HP_variable_cutoff.c | 65 /* limit delta, to reduce impact of outliers in pitch estimation */
|
/external/opencv3/modules/ts/misc/ |
report.py | 58 metrics = ["name", "samples", "outliers", "min", "median", "gmean", "mean", "stddev"]
|
testlog_parser.py | 35 self.parseIntMetric(xmlnode, "outliers");
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
motion_core.hpp | 77 float eps; //!< max outliers ratio
|
/external/opencv3/modules/ts/src/ |
ts_perf.cpp | 640 outliers = 0; 746 "{ perf_max_outliers |8 |percent of allowed outliers}" [all...] |
/external/ceres-solver/include/ceres/ |
loss_function.h | 36 // For least squares problem where there are no outliers and standard 42 // input terms that contain outliers, that is, completely bogus 333 // performing estimation from data which has substantial outliers,
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
JitterVerification.java | 47 // Margin sample intervals that considered outliers, lower and higher margin is discarded
|
/external/ceres-solver/examples/ |
circle_fit.cc | 98 // robust fits when there are outliers. This is because the cost surface is
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/ |
py_feature_homography.markdown | 26 good matches which provide correct estimation are called inliers and remaining are called outliers.
|
/external/ceres-solver/internal/ceres/ |
c_api_test.cc | 187 // Create two outliers, but be careful to leave the data intact.
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 62 # Move the outliers NO-BREAK SPACE and DOTTED CIRCLE out
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
main_registration.cpp | 235 text = "There are " + num + " outliers";
|