-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Computer Vision on AWS
By :

There are four distinct user journeys for our contactless casino and resort: registering by face, registering by ID card, authenticating the user, and updating the user’s profile.
The first journey requires collecting metadata and registering the customer’s profile. You will need to automate steps for checking image quality, confirming uniqueness, and persisting profile state.
The first step to registering a new user is to validate that the image meets your requirements. Amazon Rekognition’s DetectFaces
APIs provide the building blocks for automating these checks, such as the person looking into the camera.
Next, you’ll need to search the Amazon Rekognition collection and determine whether this is a repeat request or new registration. Using the SearchFacesByImages
API handles this complexity for you.
After confirming that the incoming face is unique, the IndexFaces
API will securely persist...