FacialComparisonModel

import com.sybrin.facecomparison.models.FacialComparisonModel

Summary

Public methods

getAverageConfidence

public Bitmap getAverageConfidence ()

Returns the calculated average confidence of all facial comparison result.

getFaceResults

public List<FacialComparisonResult> getFaceResults ()

Returns a list of facial comparison results between the target image and face images.

getTargetImage

public Bitmap getTargetImage ()

Returns the target image used for facial comparison.

getTargetImagePath

public String getTargetImagePath ()

Returns the file path of the target image used for facial comparison.

saveImages

public void saveImage (Context context)

Saves all images within the model to the local device and populates all path fields.

Last updated