face_contour_detector 0.0.1 copy "face_contour_detector: ^0.0.1" to clipboard
face_contour_detector: ^0.0.1 copied to clipboard

A Flutter plugin for detecting face contours in rgb image.

example/lib/main.dart

import 'package:face_detector_example/face_detector_example.dart';
import 'package:flutter/material.dart';


void main() {
  runApp(const MaterialApp(
    home: FaceDetectorExample(),
  ));
}
1
likes
150
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for detecting face contours in rgb image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on face_contour_detector

Packages that implement face_contour_detector