From 09200e8dfe5cea308220800b8806d466ede73b94 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 3 Sep 2016 08:39:58 -0400 Subject: [PATCH] more clarification --- dlib/image_transforms/image_pyramid_abstract.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlib/image_transforms/image_pyramid_abstract.h b/dlib/image_transforms/image_pyramid_abstract.h index 7f08383ed..908f12b6c 100644 --- a/dlib/image_transforms/image_pyramid_abstract.h +++ b/dlib/image_transforms/image_pyramid_abstract.h @@ -322,8 +322,8 @@ namespace dlib image_to_tiled_pyramid(). This is because you can ask image_to_tiled_pyramid() for the coordinates of points outside the input image and they will be mapped to somewhere that doesn't have an inverse. But - for points actually inside the image this function performs an inverse - mapping. + for points actually inside the image this function performs an approximate + inverse mapping. - Assumes pyramid_type is the pyramid class used to produce the tiled image. !*/ @@ -348,8 +348,8 @@ namespace dlib image_to_tiled_pyramid(). This is because you can ask image_to_tiled_pyramid() for the coordinates of points outside the input image and they will be mapped to somewhere that doesn't have an inverse. But - for points actually inside the image this function performs an inverse - mapping. + for points actually inside the image this function performs an approximate + inverse mapping. - Assumes pyramid_type is the pyramid class used to produce the tiled image. !*/