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
c52484eb
Commit
c52484eb
authored
Aug 24, 2014
by
Davis King
Browse files
Fixed spelling error in comment
parent
2c0be3f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/generic_image.h
dlib/image_processing/generic_image.h
+1
-1
No files found.
dlib/image_processing/generic_image.h
View file @
c52484eb
...
...
@@ -155,7 +155,7 @@ namespace dlib
image object to reallocate its memory, thus invalidating the pointer to its
pixel data stored in the image_view.
As an side, the
re
reason why this object stores a pointer to the image
As an side, the reason why this object stores a pointer to the image
object's data and uses that pointer instead of calling image_data() each
time a pixel is accessed is to allow for image objects to implement
complex, and possibly slow, image_data() functions. For example, an 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