public class GenerateEpipolarMatrix extends java.lang.Object implements org.ddogleg.fitting.modelset.ModelGenerator<org.ejml.data.DenseMatrix64F,AssociatedPair>
Estimate1ofEpipolar for ModelGenerator. Used for robust model
fitting with outliers.| Constructor and Description |
|---|
GenerateEpipolarMatrix(Estimate1ofEpipolar alg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(java.util.List<AssociatedPair> dataSet,
org.ejml.data.DenseMatrix64F model) |
int |
getMinimumPoints() |
public GenerateEpipolarMatrix(Estimate1ofEpipolar alg)
public boolean generate(java.util.List<AssociatedPair> dataSet, org.ejml.data.DenseMatrix64F model)
generate in interface org.ddogleg.fitting.modelset.ModelGenerator<org.ejml.data.DenseMatrix64F,AssociatedPair>public int getMinimumPoints()
getMinimumPoints in interface org.ddogleg.fitting.modelset.ModelGenerator<org.ejml.data.DenseMatrix64F,AssociatedPair>