Uses of Interface
boofcv.struct.geo.AssociatedTuple
Packages that use AssociatedTuple
-
Uses of AssociatedTuple in boofcv.alg.geo
Method parameters in boofcv.alg.geo with type arguments of type AssociatedTupleModifier and TypeMethodDescriptionstatic void
MultiViewOps.convertTr
(List<AssociatedTriple> src, DogArray<AssociatedTuple> dst) static void
MultiViewOps.convertTu
(List<AssociatedTuple> src, int idx0, int idx1, DogArray<AssociatedPair> dst) -
Uses of AssociatedTuple in boofcv.alg.geo.selfcalib
Method parameters in boofcv.alg.geo.selfcalib with type arguments of type AssociatedTupleModifier and TypeMethodDescriptionvoid
ResolveSignAmbiguityPositiveDepth.process
(List<AssociatedTuple> observations, MetricCameras views) Processes the results and observations to fix the sign -
Uses of AssociatedTuple in boofcv.struct.geo
Classes in boofcv.struct.geo that implement AssociatedTupleModifier and TypeClassDescriptionclass
Associated set ofPoint2D_F64
for an arbitrary number of views which can be changed.class
Associated set ofPoint2D_F64
for an arbitrary number of views that is fixed.Methods in boofcv.struct.geo with parameters of type AssociatedTupleModifier and TypeMethodDescriptionvoid
AssociatedTuple.setTo
(AssociatedTuple src) void
AssociatedTupleDN.setTo
(AssociatedTuple src) void
AssociatedTupleN.setTo
(AssociatedTuple src)