Skip to content

Commit

Permalink
face detection new version added 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Always-Bijoy committed May 31, 2022
1 parent db44503 commit 3d3f4a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/services/face_detector_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ class FaceDetectorService {
mode: FaceDetectorMode.accurate,
),
);

// _faceDetector = FaceDetector(
// options: FaceDetectorOptions(
// performanceMode: FaceDetectorMode.fast,
// enableContours: true,
// enableClassification: true));
}

Future<void> detectFacesFromImage(CameraImage image) async {
Expand Down

0 comments on commit 3d3f4a6

Please sign in to comment.