rodgomesc / vision-camera-face-detector

VisionCamera Frame Processor Plugin to detect faces using MLKit Vision Face Detector
MIT License
93 stars 67 forks source link

[iOS] Fixed contour points are empty #4

Closed iAmGhost closed 2 years ago

iAmGhost commented 2 years ago

Result always had empty object for contours property on iOS since implementation were missing. This PR fixes the problem.