Package boofcv.abst.geo.f
Class WrapFundamentalLinear8
java.lang.Object
boofcv.abst.geo.f.WrapFundamentalLinear8
- All Implemented Interfaces:
Estimate1ofEpipolar,GeoModelEstimator1<DMatrixRMaj,AssociatedPair>
Wrapper around either
FundamentalLinear8 for Estimate1ofEpipolar.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMinimum number of points required to estimate the model.booleanprocess(List<AssociatedPair> points, DMatrixRMaj estimatedModel) Estimates the model given a set of observations.
-
Constructor Details
-
WrapFundamentalLinear8
public WrapFundamentalLinear8(boolean fundamental)
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimator1Estimates the model given a set of observations.- Specified by:
processin interfaceGeoModelEstimator1<DMatrixRMaj,AssociatedPair> - Parameters:
points- Input: Set of observations. Not modified.estimatedModel- Output: Storage for the estimated model. Modified.- Returns:
- true if successful
-
getMinimumPoints
public int getMinimumPoints()Description copied from interface:GeoModelEstimator1Minimum number of points required to estimate the model.- Specified by:
getMinimumPointsin interfaceGeoModelEstimator1<DMatrixRMaj,AssociatedPair> - Returns:
- Minimum number of points.
-