Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
05f299f5
Commit
05f299f5
authored
May 29, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed grammar.
parent
5bdf93ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
image_ex.cpp
examples/image_ex.cpp
+2
-2
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