Face SDK  1.8.2 Mozart release
Face Recognition Software Development Kit
alignment_info_set.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #include <face_sdk_base/export.h>
6 
7 #include "alignment_info.h"
8 #include <c_interface/common/face_sdk_set.h>
9 
10 extern "C"
11 {
12 
22 DECLARE_FACE_SDK_SET(alignment_info_set, alignment_info)
23 
24 
25 }