Package com.leia.sdk
Class LeiaSDK.ML
- java.lang.Object
-
- com.leia.sdk.LeiaSDK.ML
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bitmap
Convert(Bitmap singleImage, int numViews)
Synthesize a multi-view image from a mono image.MonoVideoMLMethods
CreateMonoVideoML(Context context)
Initialize a mono-to-stereo video converter.
-
-
-
Method Detail
-
Convert
@Nullable public Bitmap Convert(Bitmap singleImage, int numViews)
Synthesize a multi-view image from a mono image.- Parameters:
singleImage
- mono imagenumViews
- num views to synthesize- Returns:
- a multi-view bitmap
-
CreateMonoVideoML
@Nullable public MonoVideoMLMethods CreateMonoVideoML(Context context)
Initialize a mono-to-stereo video converter.
-
-