Uses of Interface
boofcv.struct.geo.AssociatedTuple
-
Uses of AssociatedTuple in boofcv.alg.geo
Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
AssociatedTuple.setTo
(AssociatedTuple src) void
AssociatedTupleDN.setTo
(AssociatedTuple src) void
AssociatedTupleN.setTo
(AssociatedTuple src)