From 9c12b8488ffb1d60b607364296e47d90bd70e7e9 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 1 Jan 2012 18:22:16 -0500 Subject: [PATCH] updated docs --- docs/docs/imaging.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index 771892b8c..c4948f422 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -332,10 +332,8 @@ dlib/image_keypoint/hog_abstract.h This object is a tool for extracting local feature descriptors from an image. - In particular, it fits a polynomial to every local pixel patch in an image and - allows you to query the coefficients of this polynomial. The coefficients - are intensity normalized by dividing them by the constant term of the fitted - polynomial and then the constant term is discarded. + In particular, it fits polynomials to local pixel patches and + allows you to query the coefficients of these polynomials.