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 voidMultiViewOps.convertTr(List<AssociatedTriple> src, DogArray<AssociatedTuple> dst) static voidMultiViewOps.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 TypeMethodDescriptionvoidResolveSignAmbiguityPositiveDepth.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 TypeClassDescriptionclassAssociated set ofPoint2D_F64for an arbitrary number of views which can be changed.classAssociated set ofPoint2D_F64for an arbitrary number of views that is fixed.Methods in boofcv.struct.geo with parameters of type AssociatedTupleModifier and TypeMethodDescriptionvoidAssociatedTuple.setTo(AssociatedTuple src) voidAssociatedTupleDN.setTo(AssociatedTuple src) voidAssociatedTupleN.setTo(AssociatedTuple src)