public class FaceAntiSpoofing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INPUT_IMAGE_SIZE |
static int |
LAPLACE_THRESHOLD |
static int |
LAPLACIAN_THRESHOLD |
static int |
ROUTE_INDEX |
static float |
THRESHOLD |
Constructor and Description |
---|
FaceAntiSpoofing(AssetManager assetManager) |
Modifier and Type | Method and Description |
---|---|
float |
antiSpoofing(Bitmap bitmap) |
public static final int INPUT_IMAGE_SIZE
public static final float THRESHOLD
public static final int ROUTE_INDEX
public static final int LAPLACE_THRESHOLD
public static final int LAPLACIAN_THRESHOLD