Uses of Class
boofcv.struct.geo.PairLineNorm
Packages that use PairLineNorm
-
Uses of PairLineNorm in boofcv.alg.geo
Methods in boofcv.alg.geo with parameters of type PairLineNormModifier and TypeMethodDescriptionstatic @Nullable DMatrixRMajMultiViewOps.fundamentalToHomography2Lines(DMatrixRMaj F, PairLineNorm line0, PairLineNorm line1) Computes the homography induced from a planar surface when viewed from two views using correspondences of two lines.static DMatrixRMajMultiViewOps.fundamentalToHomographyLinePt(DMatrixRMaj F, PairLineNorm line, AssociatedPair point) Computes the homography induced from a planar surface when viewed from two views using correspondences of a line and a point. -
Uses of PairLineNorm in boofcv.alg.geo.h
Methods in boofcv.alg.geo.h with parameters of type PairLineNormModifier and TypeMethodDescriptionbooleanAdjustHomographyMatrix.adjust(DMatrixRMaj H, PairLineNorm p) protected voidAdjustHomographyMatrix.adjustHomographSign(PairLineNorm p, DMatrixRMaj H) Since the sign of the homography is ambiguous a point is required to make sure the correct one was selected.booleanHomographyInducedStereo2Line.process(PairLineNorm line0, PairLineNorm line1) Computes the homography based on two unique lines on the planevoidHomographyInducedStereoLinePt.process(PairLineNorm line, AssociatedPair point) Computes the homography based on a line and point on the plane -
Uses of PairLineNorm in boofcv.struct.geo
Methods in boofcv.struct.geo that return PairLineNormMethods in boofcv.struct.geo with parameters of type PairLineNorm