mirror of https://github.com/davisking/dlib.git
Fixed spelling error in comment
This commit is contained in:
parent
2c0be3f995
commit
c52484eba9
|
@ -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, there 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
|
||||||
|
|
Loading…
Reference in New Issue