Uses of Class
boofcv.struct.geo.AssociatedPairConic
Packages that use AssociatedPairConic
-
Uses of AssociatedPairConic in boofcv.alg.geo.h
Methods in boofcv.alg.geo.h with parameters of type AssociatedPairConicModifier and TypeMethodDescriptionprotected intHomographyDirectLinearTransform.addConicPairConstraints(AssociatedPairConic a, AssociatedPairConic b, DMatrixRMaj A, int rowA) Add constraint for a pair of conicsMethod parameters in boofcv.alg.geo.h with type arguments of type AssociatedPairConicModifier and TypeMethodDescriptionprotected intHomographyDirectLinearTransform.addConics(List<AssociatedPairConic> points, DMatrixRMaj A, int rows) Adds the 9x9 matrix constraint for each pair of conics. -
Uses of AssociatedPairConic in boofcv.struct.geo
Methods in boofcv.struct.geo that return AssociatedPairConicModifier and TypeMethodDescriptionAssociatedPairConic.copy()AssociatedPairConic.setTo(AssociatedPairConic original) AssociatedPairConic.setTo(ConicGeneral_F64 p1, ConicGeneral_F64 p2) Assigns this object to be equal to the passed in values.Methods in boofcv.struct.geo with parameters of type AssociatedPairConic