IImageProcessorService

Process images for face detection

Package com.appliedrec.verid.core2

public interface IImageProcessorService

Methods

prepareImageForFaceDetection

Introduced in version 1.9.0

public prepareImageForFaceDetection(VerIDImage, boolean)

Prepare image for face detection

Parameters

image com.appliedrec.verid.core2.VerIDImage
VerIDImage to prepare for face detection
recalculate boolean
{@literal true} to recalculate the image. Otherwise use a cached copy if the image was previously prepared.

Throws

java.lang.Exception
Exception if the image preparation fails

getName

Introduced in version 1.9.0

public getName()

Name of the image processor. The name may be used in debug logs to distinguish between different image processors.

Returns

java.lang.String
Image processor name