Commit 465e9542 authored by emptyVoid's avatar emptyVoid Committed by Davis E. King

Move shape_predictor_trainer to a separate header (#599)

Moved shape_predictor_trainer to its own header in order to support the
use of shape_predictor with DLIB_ISO_CPP_ONLY defined (i.e. without
threading API wrappers).
parent 10d3f933
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "image_processing/remove_unobtainable_rectangles.h" #include "image_processing/remove_unobtainable_rectangles.h"
#include "image_processing/scan_fhog_pyramid.h" #include "image_processing/scan_fhog_pyramid.h"
#include "image_processing/shape_predictor.h" #include "image_processing/shape_predictor.h"
#include "image_processing/shape_predictor_trainer.h"
#include "image_processing/correlation_tracker.h" #include "image_processing/correlation_tracker.h"
#endif // DLIB_IMAGE_PROCESSInG_H_h_ #endif // DLIB_IMAGE_PROCESSInG_H_h_
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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