Commit c56f3465 authored by Davis King's avatar Davis King

Added missing default argument value

parent 4891faec
...@@ -60,7 +60,7 @@ namespace dlib ...@@ -60,7 +60,7 @@ namespace dlib
void operator() ( void operator() (
const image_type& img, const image_type& img,
std::vector<std::pair<double, rectangle> >& final_dets, std::vector<std::pair<double, rectangle> >& final_dets,
double adjust_threshold double adjust_threshold = 0
); );
template <typename T, typename U> template <typename T, typename U>
......
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