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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
generate
(List<AssociatedTriple> dataSet, TrifocalTensor output) int
-
Constructor Details
-
GenerateTrifocalTensor
-
-
Method Details
-
generate
- Specified by:
generate
in interfaceModelGenerator<TrifocalTensor,
AssociatedTriple>
-
getMinimumPoints
public int getMinimumPoints()- Specified by:
getMinimumPoints
in interfaceModelGenerator<TrifocalTensor,
AssociatedTriple>
-