Class FactoryStitchingTransform


  • public class FactoryStitchingTransform
    extends java.lang.Object
    Factory for creating StitchingTransform of different motion models.
    • Constructor Detail

      • FactoryStitchingTransform

        public FactoryStitchingTransform()
    • 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()