Package | Description |
---|---|
com.affectiva.android.affdex.sdk | |
com.affectiva.android.affdex.sdk.detector |
Modifier and Type | Class and Description |
---|---|
static class |
Frame.BitmapFrame
A class to wrap an image in a
Bitmap format to a Frame readable by the SDK. |
static class |
Frame.ByteArrayFrame
A class to wrap an image in a byte array format to a
Frame readable by the SDK. |
Modifier and Type | Method and Description |
---|---|
void |
Detector.ImageListener.onImageResults(List<Face> faces,
Frame image,
float timeStamp)
Delivers information about an image which has been handled by the Detector
|
void |
PhotoDetector.process(Frame photo)
Processes a photo.
|
void |
FrameDetector.process(Frame frame,
float timestamp)
Asks the Detector to process the passed facePicture.
|
Copyright © 2015. All rights reserved.