Skip to main content

All Questions

0 votes
1 answer
518 views

How to optimize flutter CameraImage to TensorImage?

That function is too slow. So Flutter CameraImage efficiency convert to TensorImage in dart? var img = imglib.Image(image.width, image.height); // Create Image buffer Plane plane = image....
Amarsaikhan's user avatar