boofcv.abst.geo.f
Class WrapFundamentalLinear8
- java.lang.Object
-
- boofcv.abst.geo.f.WrapFundamentalLinear8
-
- All Implemented Interfaces:
- Estimate1ofEpipolar, GeoModelEstimator1<org.ejml.data.DenseMatrix64F,AssociatedPair>
public class WrapFundamentalLinear8 extends java.lang.Object implements Estimate1ofEpipolar
Wrapper around eitherFundamentalLinear8forEstimate1ofEpipolar.
-
-
Constructor Summary
Constructors Constructor and Description WrapFundamentalLinear8(boolean fundamental)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetMinimumPoints()Minimum number of points required to estimate the model.booleanprocess(java.util.List<AssociatedPair> points, org.ejml.data.DenseMatrix64F estimatedModel)Estimates the model given a set of observations.
-
-
-
Method Detail
-
process
public boolean process(java.util.List<AssociatedPair> points, org.ejml.data.DenseMatrix64F estimatedModel)
Description copied from interface:GeoModelEstimator1Estimates the model given a set of observations.- Specified by:
processin interfaceGeoModelEstimator1<org.ejml.data.DenseMatrix64F,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<org.ejml.data.DenseMatrix64F,AssociatedPair>- Returns:
- Minimum number of points.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG