FacialComparisonModel
import com.sybrin.facecomparison.models.FacialComparisonModel
Summary
Public methods | |
float | |
List<FacialComparisonResult> | |
Bitmap | |
String | |
void | saveImages(Context context) Saves all images within the model to the local device and populates all path fields. |
Public methods
getAverageConfidence
public Bitmap getAverageConfidence ()
Returns the calculated average confidence of all facial comparison result.
Returns | |
float |
getFaceResults
public List<
FacialComparisonResult
> getFaceResults ()
Returns a list of facial comparison results between the target image and face images.
Returns | |
List<FacialComparisonResult> | Value cannot be |
getTargetImage
public Bitmap getTargetImage ()
Returns the target image used for facial comparison.
Returns | |
Bitmap | Value cannot be |
getTargetImagePath
public String getTargetImagePath ()
Returns the file path of the target image used for facial comparison.
Returns | |
String | Value is |
saveImages
public void saveImage (Context context)
Saves all images within the model to the local device and populates all path fields.
Parameters | |
Context | Value cannot be |
Last updated