Sha256: 4306dceb93ca3fd72abd96ed68efc970198be1e7f33bb51adeb283222ee368f0
Contents?: true
Size: 583 Bytes
Versions: 13
Compression:
Stored size: 583 Bytes
Contents
// 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_
Version data entries
13 entries across 13 versions & 1 rubygems