clarified spec

This commit is contained in:
Davis King 2014-03-06 22:11:56 -05:00
parent 4029092cdf
commit 882e5ec19a
1 changed files with 4 additions and 1 deletions

View File

@ -103,6 +103,9 @@ namespace dlib
- #hog[i][r][c] == vhog[r][c](i)
(where 0 <= i < 31)
- #hog.size() == 31
- for all valid i:
- #hog[i].nr() == hog[0].nr()
- #hog[i].nc() == hog[0].nc()
!*/
// ----------------------------------------------------------------------------------------