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
05f299f5
"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "26cc37cbcec3d8d27b38cc1b0cb88a5355569a59"
Commit
05f299f5
authored
May 28, 2011
by
Davis King
Browse files
Fixed grammar.
parent
5bdf93ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
examples/image_ex.cpp
examples/image_ex.cpp
+2
-2
examples/surf_ex.cpp
examples/surf_ex.cpp
+2
-2
No files found.
examples/image_ex.cpp
View file @
05f299f5
...
...
@@ -40,8 +40,8 @@ int main(int argc, char** argv)
array2d
<
rgb_pixel
>
img
;
// Now load the image file into our image. If something is wrong then
// load_image() will throw an exception. Also, if you
compil
ed with libpng
// and libjpeg then load_image() can
also
load PNG and JPEG files in addition
// load_image() will throw an exception. Also, if you
link
ed with libpng
// and libjpeg then load_image() can load PNG and JPEG files in addition
// to BMP files.
load_image
(
img
,
argv
[
1
]);
...
...
examples/surf_ex.cpp
View file @
05f299f5
...
...
@@ -46,8 +46,8 @@ int main(int argc, char** argv)
array2d
<
rgb_pixel
>
img
;
// Now load the image file into our image. If something is wrong then
// load_image() will throw an exception. Also, if you
compil
ed with libpng
// and libjpeg then load_image() can
also
load PNG and JPEG files in addition
// load_image() will throw an exception. Also, if you
link
ed with libpng
// and libjpeg then load_image() can load PNG and JPEG files in addition
// to BMP files.
load_image
(
img
,
argv
[
1
]);
...
...
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