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
c59e47b4
Commit
c59e47b4
authored
Oct 09, 2011
by
Davis King
Browse files
fixed typo in spec
parent
141bf339
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/image_transforms/segment_image_abstract.h
dlib/image_transforms/segment_image_abstract.h
+4
-4
No files found.
dlib/image_transforms/segment_image_abstract.h
View file @
c59e47b4
...
@@ -20,10 +20,10 @@ namespace dlib
...
@@ -20,10 +20,10 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- in_image_type ==
is
an implementation of array2d/array2d_kernel_abstract.h
- in_image_type
== an implementation of array2d/array2d_kernel_abstract.h
- out_image_type ==
is
an implementation of array2d/array2d_kernel_abstract.h
- out_image_type == an implementation of array2d/array2d_kernel_abstract.h
- image_type::type == an unsigned 8-bit or 16bit integer type.
-
in_
image_type::type
== an unsigned 8-bit or 16bit integer type.
- image_type::type == unsigned integer type
-
out_
image_type::type == unsigned integer type
- is_same_object(in_img, out_img) == false
- is_same_object(in_img, out_img) == false
ensures
ensures
- Attempts to segment in_img into regions which have some visual consistency to them.
- Attempts to segment in_img into regions which have some visual consistency to them.
...
...
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