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
748ec4cb
Commit
748ec4cb
authored
Sep 09, 2011
by
Davis King
Browse files
changed to avoid a compiler warning
parent
73a34f7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/test/image.cpp
dlib/test/image.cpp
+3
-3
No files found.
dlib/test/image.cpp
View file @
748ec4cb
...
@@ -772,9 +772,9 @@ namespace
...
@@ -772,9 +772,9 @@ namespace
assign_all_pixels
(
img
,
10
);
assign_all_pixels
(
img
,
10
);
int
filter
[
3
][
3
]
=
{
1
,
1
,
1
,
int
filter
[
3
][
3
]
=
{
{
1
,
1
,
1
}
,
1
,
1
,
1
,
{
1
,
1
,
1
}
,
1
,
1
,
1
};
{
1
,
1
,
1
}
}
;
assign_all_pixels
(
img2
,
3
);
assign_all_pixels
(
img2
,
3
);
...
...
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