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
bcf8df16
"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "05a1cb902c4dddcaba7ab3a85f76eba63483307e"
Commit
bcf8df16
authored
Dec 31, 2011
by
Davis King
Browse files
Renamed a test function so it doesn't show up in the ctags list.
parent
4bf6655e
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 @
bcf8df16
...
@@ -1190,7 +1190,7 @@ namespace
...
@@ -1190,7 +1190,7 @@ namespace
typename
EXP2
,
typename
EXP2
,
typename
T
typename
T
>
>
void
spatially_filter_image_separable_down_simple
(
void
test_
spatially_filter_image_separable_down_simple
(
const
unsigned
long
downsample
,
const
unsigned
long
downsample
,
const
in_image_type
&
in_img
,
const
in_image_type
&
in_img
,
out_image_type
&
out_img
,
out_image_type
&
out_img
,
...
@@ -1246,13 +1246,13 @@ namespace
...
@@ -1246,13 +1246,13 @@ namespace
col_filter
-=
3
;
col_filter
-=
3
;
spatially_filter_image_separable_down_simple
(
downsample
,
img
,
out1
,
row_filter
,
col_filter
,
1
);
test_
spatially_filter_image_separable_down_simple
(
downsample
,
img
,
out1
,
row_filter
,
col_filter
,
1
);
spatially_filter_image_separable_down
(
downsample
,
img
,
out2
,
row_filter
,
col_filter
);
spatially_filter_image_separable_down
(
downsample
,
img
,
out2
,
row_filter
,
col_filter
);
DLIB_TEST
(
get_rect
(
out1
)
==
get_rect
(
out2
));
DLIB_TEST
(
get_rect
(
out1
)
==
get_rect
(
out2
));
DLIB_TEST
(
array_to_matrix
(
out1
)
==
array_to_matrix
(
out2
));
DLIB_TEST
(
array_to_matrix
(
out1
)
==
array_to_matrix
(
out2
));
spatially_filter_image_separable_down_simple
(
downsample
,
img
,
out1
,
row_filter
,
col_filter
,
3
,
true
,
true
);
test_
spatially_filter_image_separable_down_simple
(
downsample
,
img
,
out1
,
row_filter
,
col_filter
,
3
,
true
,
true
);
spatially_filter_image_separable_down
(
downsample
,
img
,
out2
,
row_filter
,
col_filter
,
3
,
true
,
true
);
spatially_filter_image_separable_down
(
downsample
,
img
,
out2
,
row_filter
,
col_filter
,
3
,
true
,
true
);
DLIB_TEST
(
get_rect
(
out1
)
==
get_rect
(
out2
));
DLIB_TEST
(
get_rect
(
out1
)
==
get_rect
(
out2
));
...
...
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