Commit b647b9b6 authored by Davis King's avatar Davis King

Fixed typo in spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402293
parent 072a0a4b
...@@ -36,11 +36,12 @@ namespace dlib ...@@ -36,11 +36,12 @@ namespace dlib
template < template <
typename in_image_type, typename in_image_type,
long R, long R,
long C long C,
typename MM
> >
void get_histogram ( void get_histogram (
const in_image_type& in_img, const in_image_type& in_img,
matrix<unsigned long,R,C>& hist matrix<unsigned long,R,C,MM>& hist
); );
/*! /*!
requires requires
......
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