Commit 7f611ea7 authored by Davis King's avatar Davis King

fixed typo in spec

parent d8d31375
...@@ -166,7 +166,7 @@ namespace dlib ...@@ -166,7 +166,7 @@ namespace dlib
pretty much do whatever you want in terms of feature extraction so long as the following pretty much do whatever you want in terms of feature extraction so long as the following
conditions are met: conditions are met:
- #hog.size() == get_num_planes() - #hog.size() == get_num_planes()
- Each image plane in of #hog has the same dimensions. - Each image plane in #hog has the same dimensions.
- for all valid i, r, and c: - for all valid i, r, and c:
- #hog[i][r][c] == a feature value describing the image content centered at the - #hog[i][r][c] == a feature value describing the image content centered at the
following pixel location in img: following pixel location in img:
......
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