tas_face_detect

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tas face detect

tas_face_detect #
A new flutter plugin to get number of faces in an image.
Getting Started #
This project is a starting point for a Flutter
plug-in package,
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Pass the image path in flutter channet as "path" param in platform channel.
Add below line in the dart class
static const platformMethodChannel = const MethodChannel('tas_face_detect');
Use below line where you want to get the face count.
await App.platformMethodChannel.invokeMethod('findFaces', {"path": imagePath});

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.