Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
09200e8d
Commit
09200e8d
authored
Sep 03, 2016
by
Davis King
Browse files
more clarification
parent
1d44caa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/image_transforms/image_pyramid_abstract.h
dlib/image_transforms/image_pyramid_abstract.h
+4
-4
No files found.
dlib/image_transforms/image_pyramid_abstract.h
View file @
09200e8d
...
@@ -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
invers
e
for points actually inside the image this function performs an
approximat
e
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
invers
e
for points actually inside the image this function performs an
approximat
e
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.
!*/
!*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment