| Package | Description |
|---|---|
| org.bytedeco.flandmark | |
| org.bytedeco.flandmark.global |
| Modifier and Type | Method and Description |
|---|---|
FLANDMARK_Model |
FLANDMARK_Model.bb(DoublePointer setter) |
FLANDMARK_Model |
FLANDMARK_Model.data(FLANDMARK_Data setter) |
FLANDMARK_Model |
FLANDMARK_Model.getPointer(long i) |
FLANDMARK_Model |
FLANDMARK_Model.normalizedImageFrame(BytePointer setter) |
FLANDMARK_Model |
FLANDMARK_Model.position(long position) |
FLANDMARK_Model |
FLANDMARK_Model.sf(FloatPointer setter) |
FLANDMARK_Model |
FLANDMARK_Model.W_COLS(int setter) |
FLANDMARK_Model |
FLANDMARK_Model.W_ROWS(int setter) |
FLANDMARK_Model |
FLANDMARK_Model.W(DoublePointer setter) |
| Modifier and Type | Method and Description |
|---|---|
static FLANDMARK_Model |
flandmark.flandmark_init(BytePointer filename)
Function flandmark_init
Given the path to the file containing the model in binary form, this function will return a pointer to this model.
|
static FLANDMARK_Model |
flandmark.flandmark_init(String filename) |
| Modifier and Type | Method and Description |
|---|---|
static int |
flandmark.flandmark_check_model(FLANDMARK_Model model,
FLANDMARK_Model tst)
Function flandmark_checkModel
This function checks if both given FLANDMARK_Model data structres are equal
|
static int |
flandmark.flandmark_detect_base(byte[] face_image,
FLANDMARK_Model model,
double[] landmarks) |
static int |
flandmark.flandmark_detect_base(ByteBuffer face_image,
FLANDMARK_Model model,
DoubleBuffer landmarks) |
static int |
flandmark.flandmark_detect_base(BytePointer face_image,
FLANDMARK_Model model,
DoublePointer landmarks)
Function flandmark_detect_base
Estimates positions of facial landmarks in the normalized image frame.
|
static int |
flandmark.flandmark_detect(org.bytedeco.opencv.opencv_core.IplImage img,
int[] bbox,
FLANDMARK_Model model,
double[] landmarks) |
static int |
flandmark.flandmark_detect(org.bytedeco.opencv.opencv_core.IplImage img,
int[] bbox,
FLANDMARK_Model model,
double[] landmarks,
int[] bw_margin) |
static int |
flandmark.flandmark_detect(org.bytedeco.opencv.opencv_core.IplImage img,
IntBuffer bbox,
FLANDMARK_Model model,
DoubleBuffer landmarks) |
static int |
flandmark.flandmark_detect(org.bytedeco.opencv.opencv_core.IplImage img,
IntBuffer bbox,
FLANDMARK_Model model,
DoubleBuffer landmarks,
IntBuffer bw_margin) |
static int |
flandmark.flandmark_detect(org.bytedeco.opencv.opencv_core.IplImage img,
IntPointer bbox,
FLANDMARK_Model model,
DoublePointer landmarks) |
static int |
flandmark.flandmark_detect(org.bytedeco.opencv.opencv_core.IplImage img,
IntPointer bbox,
FLANDMARK_Model model,
DoublePointer landmarks,
IntPointer bw_margin)
Function flandmark_detect
Estimates positions of facial landmarks given the image and the bounding box of the detected face
|
static void |
flandmark.flandmark_free(FLANDMARK_Model model)
Function flandmark_free
This function dealocates the FLANDMARK_Model data structure
|
static int |
flandmark.flandmark_get_normalized_image_frame(org.bytedeco.opencv.opencv_core.IplImage input,
int[] bbox,
double[] bb,
byte[] face_img,
FLANDMARK_Model model) |
static int |
flandmark.flandmark_get_normalized_image_frame(org.bytedeco.opencv.opencv_core.IplImage input,
IntBuffer bbox,
DoubleBuffer bb,
ByteBuffer face_img,
FLANDMARK_Model model) |
static int |
flandmark.flandmark_get_normalized_image_frame(org.bytedeco.opencv.opencv_core.IplImage input,
IntPointer bbox,
DoublePointer bb,
BytePointer face_img,
FLANDMARK_Model model)
Function getNormalizedImageFrame
|
static void |
flandmark.flandmark_get_psi_mat_sparse(FLANDMARK_PSI_SPARSE Psi,
FLANDMARK_Model model,
int lbpidx)
Computes LBP features representing it as sparse matrix (i.e.
|
static void |
flandmark.flandmark_get_psi_mat(FLANDMARK_PSI Psi,
FLANDMARK_Model model,
int lbpidx) |
static void |
flandmark.flandmark_write_model(BytePointer filename,
FLANDMARK_Model model)
Function flandmark_write model
This function writes given FLANDMARK_model data structure to a file specified by its path.
|
static void |
flandmark.flandmark_write_model(String filename,
FLANDMARK_Model model) |
Copyright © 2021. All rights reserved.