public class FactoryStitchingTransform
extends java.lang.Object
StitchingTransform of different motion models.| Constructor and Description |
|---|
FactoryStitchingTransform() |
| Modifier and Type | Method and 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() |
public static StitchingTransform<georegression.struct.affine.Affine2D_F64> createAffine_F64()
public static StitchingTransform<georegression.struct.affine.Affine2D_F32> createAffine_F32()
public static StitchingTransform<georegression.struct.homography.Homography2D_F32> createHomography_F32()
public static StitchingTransform<georegression.struct.homography.Homography2D_F64> createHomography_F64()