Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Willjay90/GoogleFaceDetection

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
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

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.