-
public final class TfliteHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTfliteHelper.Companionpublic final classTfliteHelper.TfLiteAnalyzer
-
Constructor Summary
Constructors Constructor Description TfliteHelper(Application application)
-
Method Summary
Modifier and Type Method Description final UnitcloseTflite()final ByteBufferconvertBitmapToByteBuffer(Bitmap bitmap)Utility Function final Map<String, Object>runInference(Bitmap image, Integer rotationAngle)-
-
Constructor Detail
-
TfliteHelper
TfliteHelper(Application application)
-
-
Method Detail
-
closeTflite
final Unit closeTflite()
-
convertBitmapToByteBuffer
final ByteBuffer convertBitmapToByteBuffer(Bitmap bitmap)
Utility Function
-
-
-
-