16 lines
583 B
C
16 lines
583 B
C
// Copyright (C) 2009 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_IMAGE_KEYPOINt_H_
|
|
#define DLIB_IMAGE_KEYPOINt_H_
|
|
|
|
#include "image_keypoint/surf.h"
|
|
#include "image_keypoint/hessian_pyramid.h"
|
|
#include "image_keypoint/hog.h"
|
|
#include "image_keypoint/poly_image.h"
|
|
#include "image_keypoint/fine_hog_image.h"
|
|
#include "image_keypoint/hashed_feature_image.h"
|
|
#include "image_keypoint/nearest_neighbor_feature_image.h"
|
|
#include "image_keypoint/binned_vector_feature_image.h"
|
|
|
|
#endif // DLIB_IMAGE_KEYPOINt_H_
|
|
|