Uses of Class
boofcv.struct.geo.PairLineNorm
-
Uses of PairLineNorm in boofcv.alg.geo
Modifier and TypeMethodDescriptionstatic @Nullable DMatrixRMaj
MultiViewOps.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 DMatrixRMaj
MultiViewOps.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
Modifier and TypeMethodDescriptionboolean
AdjustHomographyMatrix.adjust
(DMatrixRMaj H, PairLineNorm p) protected void
AdjustHomographyMatrix.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.boolean
HomographyInducedStereo2Line.process
(PairLineNorm line0, PairLineNorm line1) Computes the homography based on two unique lines on the planevoid
HomographyInducedStereoLinePt.process
(PairLineNorm line, AssociatedPair point) Computes the homography based on a line and point on the plane -
Uses of PairLineNorm in boofcv.struct.geo