Package georegression.transform
Class ConvertTransform_F32
java.lang.Object
georegression.transform.ConvertTransform_F32
@Generated("georegression.transform.ConvertTransform_F64")
public class ConvertTransform_F32
extends Object
Functions for converting one type of geometric transform into another type. A conversion
function is only provided if a conversion can be performed with no approximation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A extends InvertibleTransform,
B extends InvertibleTransform>
Bconvert
(A src, B dst) static Homography2D_F32
convert
(Affine2D_F32 src, @Nullable Homography2D_F32 dst) static Affine2D_F32
convert
(Se2_F32 src, @Nullable Affine2D_F32 dst) static Homography2D_F32
convert
(Se2_F32 src, @Nullable Homography2D_F32 dst)
-
Constructor Details
-
ConvertTransform_F32
public ConvertTransform_F32()
-
-
Method Details
-
convert
public static <A extends InvertibleTransform,B extends InvertibleTransform> B convert(@Nullable A src, @Nullable B dst) -
convert
-
convert
-
convert
-