face_contour_detector 0.0.1
face_contour_detector: ^0.0.1 copied to clipboard
A Flutter plugin for detecting face contours in rgb image.
import 'package:face_detector_example/face_detector_example.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const MaterialApp(
home: FaceDetectorExample(),
));
}