Package boofcv.alg.sfm.d2
Class FactoryStitchingTransform
java.lang.Object
boofcv.alg.sfm.d2.FactoryStitchingTransform
public class FactoryStitchingTransform extends Object
Factory for creating
StitchingTransform
of different motion models.-
Constructor Summary
Constructors Constructor Description FactoryStitchingTransform()
-
Method Summary
Modifier and Type Method Description static StitchingTransform<Affine2D_F32>
createAffine_F32()
static StitchingTransform<Affine2D_F64>
createAffine_F64()
static StitchingTransform<Homography2D_F32>
createHomography_F32()
static StitchingTransform<Homography2D_F64>
createHomography_F64()
-
Constructor Details
-
FactoryStitchingTransform
public FactoryStitchingTransform()
-
-
Method Details
-
createAffine_F64
-
createAffine_F32
-
createHomography_F32
-
createHomography_F64
-