Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Classes | Typedefs | Functions
landmark.h File Reference
#include <face_sdk_base/export.h>
#include <c_interface/common/common.h>
#include <c_interface/common/face_sdk_class.h>
#include <c_interface/common/face_sdk_set.h>

Go to the source code of this file.

Classes

struct  face_sdk__landmark
 Face landmark. More...
 

Typedefs

typedef struct face_sdk__landmark face_sdk__landmark_t
 Face landmark.
 

Functions

bool face_sdk__landmark__get_addr (const face_sdk__landmark_t *landmark, uint64_t *addr)
 Retrieves face_sdk__landmark_t object address * *. More...
 
bool face_sdk__make_landmark (face_sdk__landmark_t **landmark)
 Makes face_sdk__landmark_t object address * *. More...
 
void face_sdk__landmark_free (face_sdk__landmark_t *landmark)
 Destroys face_sdk__landmark_t object * *. More...
 
bool face_sdk__make_landmark_1 (int32_t x, int32_t y, face_sdk__landmark_t **landmark)
 Makes landmark with specified x and y coordinates. More...