1 // Copyright (C) 2011  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 
4 #ifdef DLIB_ALL_SOURCE_END
5 #include "dlib_basic_cpp_build_tutorial.txt"
6 #endif
7 
8 #ifndef DLIB_IMAGE_PROCESSInG_H_h_
9 #define DLIB_IMAGE_PROCESSInG_H_h_
10 
11 #include "image_processing/scan_image.h"
12 #include "image_processing/scan_image_pyramid.h"
13 #include "image_processing/detection_template_tools.h"
14 #include "image_processing/object_detector.h"
15 #include "image_processing/box_overlap_testing.h"
16 #include "image_processing/scan_image_pyramid_tools.h"
17 #include "image_processing/setup_hashed_features.h"
18 #include "image_processing/scan_image_boxes.h"
19 #include "image_processing/scan_image_custom.h"
20 #include "image_processing/remove_unobtainable_rectangles.h"
21 #include "image_processing/scan_fhog_pyramid.h"
22 #include "image_processing/shape_predictor.h"
23 #include "image_processing/shape_predictor_trainer.h"
24 #include "image_processing/correlation_tracker.h"
25 
26 #endif // DLIB_IMAGE_PROCESSInG_H_h_
27 
28 
29