Package boofcv.abst.geo.fitting
Class GenerateEpipolarMatrix
java.lang.Object
boofcv.abst.geo.fitting.GenerateEpipolarMatrix
- All Implemented Interfaces:
ModelGenerator<DMatrixRMaj,
AssociatedPair>
public class GenerateEpipolarMatrix
extends Object
implements ModelGenerator<DMatrixRMaj,AssociatedPair>
Wrapper around
Estimate1ofEpipolar
for ModelGenerator
. Used for robust model
fitting with outliers.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
generate
(List<AssociatedPair> dataSet, DMatrixRMaj model) int
-
Constructor Details
-
GenerateEpipolarMatrix
-
-
Method Details
-
generate
- Specified by:
generate
in interfaceModelGenerator<DMatrixRMaj,
AssociatedPair>
-
getMinimumPoints
public int getMinimumPoints()- Specified by:
getMinimumPoints
in interfaceModelGenerator<DMatrixRMaj,
AssociatedPair>
-