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
bcf8df16
Commit
bcf8df16
authored
Dec 31, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed a test function so it doesn't show up in the ctags list.
parent
4bf6655e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
image.cpp
dlib/test/image.cpp
+3
-3
No files found.
dlib/test/image.cpp
View file @
bcf8df16
...
...
@@ -1190,7 +1190,7 @@ namespace
typename
EXP2
,
typename
T
>
void
spatially_filter_image_separable_down_simple
(
void
test_
spatially_filter_image_separable_down_simple
(
const
unsigned
long
downsample
,
const
in_image_type
&
in_img
,
out_image_type
&
out_img
,
...
...
@@ -1246,13 +1246,13 @@ namespace
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
);
DLIB_TEST
(
get_rect
(
out1
)
==
get_rect
(
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
);
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