From d149eb6e75cf0d23a98987d70434ad15d8ae77cc Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 1 Oct 2013 19:46:34 -0400 Subject: [PATCH] clarified spec --- dlib/image_transforms/fhog_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_transforms/fhog_abstract.h b/dlib/image_transforms/fhog_abstract.h index ee672815f..2c43758ba 100644 --- a/dlib/image_transforms/fhog_abstract.h +++ b/dlib/image_transforms/fhog_abstract.h @@ -36,7 +36,7 @@ namespace dlib P. Felzenszwalb, R. Girshick, D. McAllester, D. Ramanan IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 32, No. 9, Sep. 2010 This means that it takes an input image img and outputs Felzenszwalb's - version of the HOG features, which are stored into #hog. + 31 dimensional version of HOG features, which are stored into #hog. - The input image is broken into cells that are cell_size by cell_size pixels and within each cell we compute a 31 dimensional FHOG vector. This vector describes the gradient structure within the cell.