From eeb3c0626644fb5dcfe517a7d81faa7b9296463a Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 10 Dec 2014 17:41:59 -0500 Subject: [PATCH] Fixed error in spec --- dlib/image_processing/shape_predictor_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/image_processing/shape_predictor_abstract.h b/dlib/image_processing/shape_predictor_abstract.h index f499f9936..7b66132af 100644 --- a/dlib/image_processing/shape_predictor_abstract.h +++ b/dlib/image_processing/shape_predictor_abstract.h @@ -270,7 +270,7 @@ namespace dlib of the box. So a padding of 0.5 would cause the algorithm to sample pixels from a box that was 2x2, effectively multiplying the area pixels are sampled from by 4. Similarly, setting the padding to -0.2 would - cause it to sample from a box 0.8x0.8 in size. + cause it to sample from a box 0.6x0.6 in size. !*/ void set_feature_pool_region_padding (