mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
made the spec more clear
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402388
This commit is contained in:
parent
f7d97090ba
commit
51b9c7a71b
@ -46,14 +46,15 @@ namespace dlib
|
||||
/*!
|
||||
requires
|
||||
- in_image_type == is an implementation of array2d/array2d_kernel_abstract.h
|
||||
- hist must be capable of representing a vector of length
|
||||
- hist must be capable of representing a column vector of length
|
||||
pixel_traits<typename in_image_type>::max(). I.e. if R and C are nonzero
|
||||
then they must be values that don't conflict with the previous sentence.
|
||||
ensures
|
||||
- #hist.size() == pixel_traits<typename in_image_type>::max()
|
||||
- #hist.nc() == 1 || #hist.nr() == 1 (i.e. hist is either a row or column vector)
|
||||
- #hist == the histogram for in_img. I.e. it is the case that for all
|
||||
valid i:
|
||||
- hist[i] == the number of times a pixel with intensity i appears
|
||||
- hist(i) == the number of times a pixel with intensity i appears
|
||||
in in_img
|
||||
!*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user