Commit 60e19772 authored by Davis King's avatar Davis King

fixed grammar

parent e8bb31f3
......@@ -86,8 +86,8 @@ namespace dlib
- cell_size >= 1
ensures
- Extracts histograms of uniform local-binary-patterns from img. The
histograms are densely tiled windows that are cell_size pixels wide and tall.
The windows do not overlap and cover all of img.
histograms are from densely tiled windows that are cell_size pixels wide and
tall. The windows do not overlap and cover all of img.
- #feats.size() == 59*(number of windows that fit into img)
(i.e. #feats contains the LBP histograms)
- We will have taken the square root of all the histogram elements. That is,
......
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