Package com.leia.sdk

Class LeiaSDK.ML

  • Enclosing class:
    LeiaSDK

    public static class LeiaSDK.ML
    extends Object
    ML component.
    • Method Detail

      • Convert

        @Nullable
        public Bitmap Convert​(Bitmap singleImage,
                              int numViews)
        Synthesize a multi-view image from a mono image.
        Parameters:
        singleImage - mono image
        numViews - num views to synthesize
        Returns:
        a multi-view bitmap
      • CreateMonoVideoML

        @Nullable
        public MonoVideoMLMethods CreateMonoVideoML​(Context context)
        Initialize a mono-to-stereo video converter.