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
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "ef06f0e8d5a42e16e2c5ab4a2a440d20aab60ac1"
Commit
c52484eb
authored
Aug 24, 2014
by
Davis King
Browse files
Fixed spelling error in comment
parent
2c0be3f9
Changes
1
Hide 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
...
@@ -155,7 +155,7 @@ namespace dlib
image object to reallocate its memory, thus invalidating the pointer to its
image object to reallocate its memory, thus invalidating the pointer to its
pixel data stored in the image_view.
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
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
time a pixel is accessed is to allow for image objects to implement
complex, and possibly slow, image_data() functions. For example, an image
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