-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cesar Vargas Casaseca
committed
Apr 4, 2020
1 parent
d14ace2
commit 9f4b336
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ | |
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /> | ||
</a> | ||
<a href="https://medium.com/@toupper"> | ||
<img src="https://img.shields.io/badge/[email protected]">" alt="Medium: @toupper" /> | ||
<img src="https://img.shields.io/badge/[email protected]" alt="Medium: @toupper" /> | ||
</a> | ||
</p> | ||
|
||
Welcome to **Warhol** — Warhol is a library written in Swift that makes easy the process of Face Detection and drawing on them on IOS. | ||
Welcome to **Warhol** — A library written in Swift that makes easy the process of Face Detection and drawing on them on IOS. | ||
|
||
Warhol acts as a wrapper on top of the Apple Vision Framework, detecting the features of a face from camera or image and providing these elements position in your own coordinates, so you can easily draw on top. Forget about the complex Vision or AVFoundation frameworks, just handle the Warhol Face View Model class that encapsulates the features coordinates. | ||
|
||
|