I'd like to use a Flutter's texture by native plugin on Android/iOS. So, I'd like to pass a Flutter's texture to native plugin. (flutter => native) My first pl...
Here I need to crop detected faces and save as image/file. I am able to detecting face with rounded rectangle. How to crop the area of detected face? I am using flutte...
I'm working on an app that does facial recognition. One of the steps include detecting the user smile. For that, I am currently using google's Ml Kit. The application...
I am trying to implement a barcode scanner app in Flutter where the camera can be embedded as a widget rather than making it fullscreen. So I went with the <a h...
I want to draw contour on image by coordination data which is obtained by Firebase MLkit - face detection function. This feature gives coordination information...
When add firebase_ml_vision: 0.3.0 to an existing project, when building xcode always complain about: Unknown type name 'FIRVisionCloudLabelDetector'. The proj...
I'm building an android app using flutter that has a QR code scanning feature. I've broken out the QR code logic into a minimum reproduction case <a href="https://gith...
I'm making an app can detect face in flutter with firebase-ml-vision package but the it can detect with every resolution but medium. It's a best solution for my app si...
I'm trying to do some pre-processing in my image before using Firebase MLkit. Previously, I was simply loading my image and then passing it directly like this. <p...
I am using firebase_ml_vision to detect face in my apps... but it always takes too long to get the result of processing image when I am using camera.. it much faster w...
The Text Recognition API in Firebase Ml kit is not recognizing the digital numbers or a seven segment display numbers that i am trying to scan out from a weight scale...
I'm going to use Firebase ML Vision to recognize some text in a given input image. My goal is to crop the area where the recognized text is located, I will show this c...
How to rectify this error? <pre><code> Launching lib\main.dart on SM T385 in debug mode... lib\main.dart Note: C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\f...
I am currently working on an app which requires to count the faces on the screen. I am using the firebase_ml_vision plugin in Flutter. I've tried the trackng ID method...
I have mobile app for android. I need to process images in my app. This is example images: <a href="https://i.stack.imgur.com/ukkHB.png" rel="nofollow noreferr...