Package boofcv.alg.geo.robust
Class GenerateTrifocalTensor
java.lang.Object
boofcv.alg.geo.robust.GenerateTrifocalTensor
- All Implemented Interfaces:
ModelGenerator<TrifocalTensor,AssociatedTriple>
public class GenerateTrifocalTensor
extends Object
implements ModelGenerator<TrifocalTensor,AssociatedTriple>
Wrapper around
Estimate1ofTrifocalTensor for ModelGenerator-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangenerate(List<AssociatedTriple> dataSet, TrifocalTensor output) int
-
Constructor Details
-
GenerateTrifocalTensor
-
-
Method Details
-
generate
- Specified by:
generatein interfaceModelGenerator<TrifocalTensor,AssociatedTriple>
-
getMinimumPoints
public int getMinimumPoints()- Specified by:
getMinimumPointsin interfaceModelGenerator<TrifocalTensor,AssociatedTriple>
-