Skip to content

Willjay90/GoogleFaceDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleFaceDetection

ios10+ swift4+

In iOS, to detect faces in a picture, you can use either CIDetector (Apple) or Mobile Vision (Google)

In my point of view, Google Mobile Vision provide better performance.

Getting GoogleMobileVision with CocoaPods

# platform :ios, ’10.0’
use_frameworks!

target 'GoogleFaceDetection' do
  pod 'GoogleMobileVision/FaceDetector'
end

In Terminal, get to the project directory and run pod install


In this project, there are two modes.

Single Image Detection && Real Time Camera Image Detection

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published