fixed typo in spec

This commit is contained in:
Davis King 2011-05-27 12:18:11 -04:00
parent b1eb8aa175
commit a07b232314
1 changed files with 1 additions and 1 deletions

View File

@ -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
);