Commit 09200e8d authored by Davis King's avatar Davis King

more clarification

parent 1d44caa0
...@@ -322,8 +322,8 @@ namespace dlib ...@@ -322,8 +322,8 @@ namespace dlib
image_to_tiled_pyramid(). This is because you can ask image_to_tiled_pyramid(). This is because you can ask
image_to_tiled_pyramid() for the coordinates of points outside the input 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 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 for points actually inside the image this function performs an approximate
mapping. inverse mapping.
- Assumes pyramid_type is the pyramid class used to produce the tiled image. - Assumes pyramid_type is the pyramid class used to produce the tiled image.
!*/ !*/
...@@ -348,8 +348,8 @@ namespace dlib ...@@ -348,8 +348,8 @@ namespace dlib
image_to_tiled_pyramid(). This is because you can ask image_to_tiled_pyramid(). This is because you can ask
image_to_tiled_pyramid() for the coordinates of points outside the input 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 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 for points actually inside the image this function performs an approximate
mapping. inverse mapping.
- Assumes pyramid_type is the pyramid class used to produce the tiled image. - Assumes pyramid_type is the pyramid class used to produce the tiled image.
!*/ !*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment