mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402293
This commit is contained in:
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…
Reference in New Issue
Block a user