Face SDK  1.8.0 Mozart beta
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...
 
bool face_sdk__landmark__set_x (face_sdk__landmark_t *landmark, int32_t value)
 Retrieves x property. More...
 
bool face_sdk__landmark__get_x (const face_sdk__landmark_t *landmark, int32_t *value)
 Sets x property. More...
 
bool face_sdk__landmark__set_y (face_sdk__landmark_t *landmark, int32_t value)
 Retrieves y property. More...
 
bool face_sdk__landmark__get_y (const face_sdk__landmark_t *landmark, int32_t *value)
 Sets y property. More...