Package boofcv.alg.sfm.d2
Class FactoryStitchingTransform
- java.lang.Object
-
- boofcv.alg.sfm.d2.FactoryStitchingTransform
-
public class FactoryStitchingTransform extends java.lang.ObjectFactory for creatingStitchingTransformof different motion models.
-
-
Constructor Summary
Constructors Constructor Description FactoryStitchingTransform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StitchingTransform<georegression.struct.affine.Affine2D_F32>createAffine_F32()static StitchingTransform<georegression.struct.affine.Affine2D_F64>createAffine_F64()static StitchingTransform<georegression.struct.homography.Homography2D_F32>createHomography_F32()static StitchingTransform<georegression.struct.homography.Homography2D_F64>createHomography_F64()
-
-
-
Method Detail
-
createAffine_F64
public static StitchingTransform<georegression.struct.affine.Affine2D_F64> createAffine_F64()
-
createAffine_F32
public static StitchingTransform<georegression.struct.affine.Affine2D_F32> createAffine_F32()
-
createHomography_F32
public static StitchingTransform<georegression.struct.homography.Homography2D_F32> createHomography_F32()
-
createHomography_F64
public static StitchingTransform<georegression.struct.homography.Homography2D_F64> createHomography_F64()
-
-