mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 03:37:49 +00:00
14 lines
362 B
C
14 lines
362 B
C
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_GEOMETRy_HEADER
|
|
#define DLIB_GEOMETRy_HEADER
|
|
|
|
#include "geometry/rectangle.h"
|
|
#include "geometry/vector.h"
|
|
#include "geometry/border_enumerator.h"
|
|
#include "geometry/point_transforms.h"
|
|
|
|
#endif // DLIB_GEOMETRy_HEADER
|
|
|
|
|