Clarified a comment.

This commit is contained in:
Davis King 2012-01-01 17:55:56 -05:00
parent 90bc0180c0
commit 444f42ebcf

View File

@ -118,7 +118,8 @@ int main()
work. However, to understand this example, all you need to know is that the work. However, to understand this example, all you need to know is that the
feature extractor associates a vector with each location in an image. This feature extractor associates a vector with each location in an image. This
vector is supposed to capture information which describes how parts of the vector is supposed to capture information which describes how parts of the
image look in a way that is relevant to the problem you are trying to solve. image look. Importantly, it should do this in a way that is relevant to the
problem you are trying to solve.
2. A detection template. This is a rectangle which defines the shape of a 2. A detection template. This is a rectangle which defines the shape of a
sliding window (the object_box), as well as a set of rectangles which sliding window (the object_box), as well as a set of rectangles which