Commit 20837ab9 authored by Davis King's avatar Davis King

Added code for doing image interpolation, rotations, and general transformations.

parent 6bdff29a
......@@ -15,6 +15,7 @@
#include "image_transforms/label_connected_blobs.h"
#include "image_transforms/randomly_color_image.h"
#include "image_transforms/segment_image.h"
#include "image_transforms/interpolation.h"
#endif // DLIB_IMAGE_TRANSFORMs_
This diff is collapsed.
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_INTERPOlATION_ABSTRACT_
#ifdef DLIB_INTERPOlATION_ABSTRACT_
#include "../pixel.h"
namespace dlib
{
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
}
#endif // DLIB_INTERPOlATION_ABSTRACT_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment