Commit c56f3465 authored by Davis King's avatar Davis King

Added missing default argument value

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