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
-
Method Summary
Modifier and TypeMethodDescriptionint
Minimum number of points required to estimate the model.boolean
process
(List<AssociatedTriple> points, TrifocalTensor estimatedModel) Estimates the model given a set of observations.
-
Constructor Details
-
WrapTrifocalAlgebraicPoint7
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimator1
Estimates the model given a set of observations.- Specified by:
process
in 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:GeoModelEstimator1
Minimum number of points required to estimate the model.- Specified by:
getMinimumPoints
in interfaceGeoModelEstimator1<TrifocalTensor,
AssociatedTriple> - Returns:
- Minimum number of points.
-