翻訳と辞書
Words near each other
・ RANS
・ Rans
・ Rans Coyote
・ Rans Designs
・ RANS Family
・ Rans S-10 Sakota
・ Rans S-11 Pursuit
・ Rans S-12 Airaile
・ Rans S-16 Shekari
・ Rans S-19 Venterra
・ Rans S-20 Raven
・ Rans S-4 Coyote
・ Rans S-6 Coyote II
・ Rans S-7 Courier
・ Rans S-9 Chaos
RANSAC
・ Ransack (Transformers)
・ Ransart
・ Ransart, Belgium
・ Ransart, Pas-de-Calais
・ Ransbach
・ Ransbach (Hohenroda)
・ Ransbach (Lauer)
・ Ransbach-Baumbach
・ Ransbach-Baumbach (Verbandsgemeinde)
・ Ransberger Pivot
・ Ranschbach
・ Ranscombe Farm
・ Ransdell
・ Ransdell Act


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

RANSAC : ウィキペディア英語版
RANSAC
Random sample consensus (RANSAC) is an iterative method to estimate parameters of a mathematical model from a set of observed data which contains outliers. It is a non-deterministic algorithm in the sense that it produces a reasonable result only with a certain probability, with this probability increasing as more iterations are allowed. The algorithm was first published by Fischler and Bolles at SRI International in 1981.They used RANSAC to solve the Location Determination Problem (LDP), where the goal is to determine the points in the space that project onto an image into a set of landmarks with known locations.
A basic assumption is that the data consists of "inliers", i.e., data whose distribution can be explained by some set of model parameters, though may be subject to noise, and "outliers" which are data that do not fit the model. The outliers can come, e.g., from extreme values of the noise or from erroneous measurements or incorrect hypotheses about the interpretation of data. RANSAC also assumes that, given a (usually small) set of inliers, there exists a procedure which can estimate the parameters of a model that optimally explains or fits this data.
==Example==
A simple example is fitting of a line in two dimensions to a set of observations. Assuming that this set contains both inliers, i.e., points which approximately can be fitted to a line, and outliers, points which cannot be fitted to this line, a simple least squares method for line fitting will generally produce a line with a bad fit to the inliers. The reason is that it is optimally fitted to all points, including the outliers. RANSAC, on the other hand, can produce a model which is only computed from the inliers, provided that the probability of choosing only inliers in the selection of data is sufficiently high. There is no guarantee for this situation, however, and there are a number of algorithm parameters which must be carefully chosen to keep the level of probability reasonably high.

Image:Line_with_outliers.svg|A data set with many outliers for which a line has to be fitted.
Image:Fitted_line.svg|Fitted line with RANSAC; outliers have no influence on the result.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「RANSAC」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.