Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
landmark.h
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include <face_sdk_base/export.h>
7 
8 #include <c_interface/common/common.h>
9 #include <c_interface/common/face_sdk_class.h>
10 #include <c_interface/common/face_sdk_set.h>
11 
12 FACE_SDK_EXTERN_C_BEGIN
13 
21 DECLARE_FACE_SDK_CLASS(landmark)
22 
23 DECLARE_FACE_SDK_CONSTRUCTOR_DESTRUCTOR(landmark)
24 
25 
34 bool FACE_SDK_C_EXPORT face_sdk__make_landmark_1(int32_t x, int32_t y, face_sdk__landmark_t **landmark);
35 
36 DECLARE_FACE_SDK_SETTER_GETTER_METHODS(landmark, x, int32_t)
37 
38 DECLARE_FACE_SDK_SETTER_GETTER_METHODS(landmark, y, int32_t)
39 
40 
42 FACE_SDK_EXTERN_C_END
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.
Face landmark.
Definition: landmark.h:21