public class RANSAC extends Object
Constructor and Description |
---|
RANSAC(double t,
boolean linear,
double dataPointsRate)
Constructor for RANSAC.
|
Modifier and Type | Method and Description |
---|---|
void |
alignment(List<AlignStructMol> data)
Set all parameters and start ransac.
|
void |
ransac(List<AlignStructMol> data)
RANSAC algorithm
|
public RANSAC(double t, boolean linear, double dataPointsRate)
Constructor for RANSAC.
t
- a double.linear
- a boolean.dataPointsRate
- a double.public void alignment(List<AlignStructMol> data)
data
- vector with the points which represent all possible
alignments.public void ransac(List<AlignStructMol> data)
data
- vector with the points which represent all possible
alignments.Copyright © 2019. All rights reserved.