mirror of https://github.com/davisking/dlib.git
fixed typo in spec
This commit is contained in:
parent
b1eb8aa175
commit
a07b232314
|
@ -77,7 +77,7 @@ namespace dlib
|
|||
>
|
||||
void hysteresis_threshold (
|
||||
const in_image_type& in_img,
|
||||
const out_image_type& out_img,
|
||||
out_image_type& out_img,
|
||||
unsigned long lower_thresh,
|
||||
unsigned long upper_thresh
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue