Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
include/fsdk/Def.h File Reference

Common SDK definitions.

More...

Go to the source code of this file.

Defines

#define FSDK_DEPRECATED(msg)
#define FSDK_API
 Dummy.
#define ALIGN_UP(value, align)   (((value) & (align - 1)) ? (((value) + (align - 1)) & ~(align - 1)) : (value))
#define ALIGNED(x)   __attribute__((aligned(x)))
#define RESTRICT   __restrict__
#define FORCE_INLINE   inline __attribute__((always_inline))
#define DECLARE_SMARTPTR(X)
 Smart ptr declaration helper macro.
#define STRINGIFY2(x)   #x
 Stringification helper macro.
#define STRINGIFY(x)   STRINGIFY2(x)
 Stringifies it's argument.

Detailed Description

Common SDK definitions.

Date:
25.06.2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines