Fixed typo in spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402293
pull/2/head
Davis King 17 years ago
parent 072a0a4bb0
commit b647b9b619

@ -36,11 +36,12 @@ namespace dlib
template <
typename in_image_type,
long R,
long C
long C,
typename MM
>
void get_histogram (
const in_image_type& in_img,
matrix<unsigned long,R,C>& hist
matrix<unsigned long,R,C,MM>& hist
);
/*!
requires

Loading…
Cancel
Save