mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 20:28:00 +00:00
Master commit of OpenFace.
This commit is contained in:
21
lib/3rdParty/dlib/include/dlib/image_processing.h
vendored
Normal file
21
lib/3rdParty/dlib/include/dlib/image_processing.h
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
|
||||
// License: Boost Software License See LICENSE.txt for the full license.
|
||||
#ifndef DLIB_IMAGE_PROCESSInG_H_h_
|
||||
#define DLIB_IMAGE_PROCESSInG_H_h_
|
||||
|
||||
#include "image_processing/scan_image.h"
|
||||
#include "image_processing/scan_image_pyramid.h"
|
||||
#include "image_processing/detection_template_tools.h"
|
||||
#include "image_processing/object_detector.h"
|
||||
#include "image_processing/box_overlap_testing.h"
|
||||
#include "image_processing/scan_image_pyramid_tools.h"
|
||||
#include "image_processing/setup_hashed_features.h"
|
||||
#include "image_processing/scan_image_boxes.h"
|
||||
#include "image_processing/scan_image_custom.h"
|
||||
#include "image_processing/remove_unobtainable_rectangles.h"
|
||||
#include "image_processing/scan_fhog_pyramid.h"
|
||||
#include "image_processing/shape_predictor.h"
|
||||
|
||||
#endif // DLIB_IMAGE_PROCESSInG_H_h_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user