nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Statistics / Algorithm

Algorithm

Full name Microsoft.VisualBasic.Math.Statistics.RANSAC.Algorithm Assembly Microsoft.VisualBasic.Math.Statistics Members 1

RANSAC (RANdom SAmple Consensus) is an algorithm for measuring system parameters for some input data. A common task For this algorithm Is To find the median subset Of a specified Set. For the regular spaces, the subset Is:

  • 2D space - a line
  • 3D space - a plane

This implementation presents a search Of a median plane For a random (Or loaded) Set Of points In 3D space.

00 Remarks

https://github.com/scikodot/ransac

01 Syntax

Microsoft.VisualBasic.Math.Statistics.RANSAC.Algorithm

02 Methods

NameOverloadsSummary
Evaluate 1 RANSAC algorithm implementation

03 Members

method Evaluate #
Evaluate(Double, Double, Int32)

RANSAC algorithm implementation

Parameters
NameTypeDescription
alphaDouble

probability of finding best-fitting plane

wDouble

probability of choosing an inlier from the set of data