Package boofcv.abst.geo.trifocal
Class WrapTrifocalAlgebraicPoint7
java.lang.Object
boofcv.abst.geo.trifocal.WrapTrifocalAlgebraicPoint7
- All Implemented Interfaces:
Estimate1ofTrifocalTensor,GeoModelEstimator1<TrifocalTensor,AssociatedTriple>
Wrapper around either
TrifocalLinearPoint7 for Estimate1ofTrifocalTensor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMinimum number of points required to estimate the model.booleanprocess(List<AssociatedTriple> points, TrifocalTensor estimatedModel) Estimates the model given a set of observations.
-
Constructor Details
-
WrapTrifocalAlgebraicPoint7
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimator1Estimates the model given a set of observations.- Specified by:
processin interfaceGeoModelEstimator1<TrifocalTensor,AssociatedTriple> - 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<TrifocalTensor,AssociatedTriple> - Returns:
- Minimum number of points.
-