Uses of Class
georegression.struct.homography.Homography2D_F32
Packages that use Homography2D_F32
Package
Description
-
Uses of Homography2D_F32 in georegression.fitting.homography
Methods in georegression.fitting.homography that return Homography2D_F32Methods in georegression.fitting.homography with parameters of type Homography2D_F32Modifier and TypeMethodDescriptionvoid
ModelManagerHomography2D_F32.copyModel
(Homography2D_F32 src, Homography2D_F32 dst) -
Uses of Homography2D_F32 in georegression.struct
Methods in georegression.struct that return Homography2D_F32Modifier and TypeMethodDescriptionstatic Homography2D_F32
ConvertFloatType.convert
(Homography2D_F64 src, @Nullable Homography2D_F32 dst) Methods in georegression.struct with parameters of type Homography2D_F32Modifier and TypeMethodDescriptionstatic Homography2D_F64
ConvertFloatType.convert
(Homography2D_F32 src, @Nullable Homography2D_F64 dst) static Homography2D_F32
ConvertFloatType.convert
(Homography2D_F64 src, @Nullable Homography2D_F32 dst) -
Uses of Homography2D_F32 in georegression.struct.homography
Methods in georegression.struct.homography that return Homography2D_F32Modifier and TypeMethodDescriptionHomography2D_F32.concat
(Homography2D_F32 second, @Nullable Homography2D_F32 ret) static Homography2D_F32
UtilHomography_F32.convert
(org.ejml.data.FMatrixRMaj m, @Nullable Homography2D_F32 ret) Converts the provided 3x3 matrix into aHomography2D_F32
.Homography2D_F32.copy()
Homography2D_F32.createInstance()
Homography2D_F32.invert
(@Nullable Homography2D_F32 ret) static Homography2D_F32
UtilHomography_F32.invert
(Homography2D_F32 orig, @Nullable Homography2D_F32 inverted) Homography2D_F32.setTo
(Homography2D_F32 target) Methods in georegression.struct.homography with parameters of type Homography2D_F32Modifier and TypeMethodDescriptionHomography2D_F32.concat
(Homography2D_F32 second, @Nullable Homography2D_F32 ret) static org.ejml.data.FMatrixRMaj
UtilHomography_F32.convert
(Homography2D_F32 m, @Nullable org.ejml.data.FMatrixRMaj ret) Converts aHomography2D_F32
into a 3x3 matrix.static Homography2D_F32
UtilHomography_F32.convert
(org.ejml.data.FMatrixRMaj m, @Nullable Homography2D_F32 ret) Converts the provided 3x3 matrix into aHomography2D_F32
.Homography2D_F32.invert
(@Nullable Homography2D_F32 ret) static Homography2D_F32
UtilHomography_F32.invert
(Homography2D_F32 orig, @Nullable Homography2D_F32 inverted) static void
UtilHomography_F32.print
(Homography2D_F32 h) static void
UtilHomography_F32.scale
(Homography2D_F32 h, float scale) Homography2D_F32.setTo
(Homography2D_F32 target) Constructors in georegression.struct.homography with parameters of type Homography2D_F32 -
Uses of Homography2D_F32 in georegression.transform
Methods in georegression.transform that return Homography2D_F32Modifier and TypeMethodDescriptionstatic Homography2D_F32
ConvertTransform_F32.convert
(Affine2D_F32 src, @Nullable Homography2D_F32 dst) static Homography2D_F32
ConvertTransform_F32.convert
(Se2_F32 src, @Nullable Homography2D_F32 dst) Methods in georegression.transform with parameters of type Homography2D_F32Modifier and TypeMethodDescriptionstatic Homography2D_F32
ConvertTransform_F32.convert
(Affine2D_F32 src, @Nullable Homography2D_F32 dst) static Homography2D_F32
ConvertTransform_F32.convert
(Se2_F32 src, @Nullable Homography2D_F32 dst) -
Uses of Homography2D_F32 in georegression.transform.homography
Methods in georegression.transform.homography with parameters of type Homography2D_F32Modifier and TypeMethodDescriptionstatic Point2D_F32
HomographyPointOps_F32.transform
(Homography2D_F32 H, float x, float y, @Nullable Point2D_F32 result) Applies a 2D homography transform to the point and stores the results in another variable.static Point2D_F32
HomographyPointOps_F32.transform
(Homography2D_F32 H, Point2D_F32 orig, @Nullable Point2D_F32 result) Applies a 2D homography transform to the point and stores the results in another variable.