|
RANSACTModelCompute Method (Int32, Int32)
|
Computes the model using the RANSAC algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public TModel Compute(
int size,
out int[] inliers
)
Public Function Compute (
size As Integer,
<OutAttribute> ByRef inliers As Integer()
) As TModel
Request Example
View SourceParameters
- size
- Type: SystemInt32
The total number of points in the data set. - inliers
- Type: SystemInt32
The indexes of the outlier points in the data set.
Return Value
Type:
TModelSee Also