Commit 882e5ec1 authored by Davis King's avatar Davis King

clarified spec

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