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
642762c0
Commit
642762c0
authored
Jun 04, 2011
by
Davis King
Browse files
updated spec
parent
3bc36fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
dlib/gui_widgets/widgets_abstract.h
dlib/gui_widgets/widgets_abstract.h
+4
-2
No files found.
dlib/gui_widgets/widgets_abstract.h
View file @
642762c0
...
@@ -2360,7 +2360,8 @@ namespace dlib
...
@@ -2360,7 +2360,8 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- image_type == an implementation of array2d/array2d_kernel_abstract.h
- image_type == an implementation of array2d/array2d_kernel_abstract.h or
a dlib::matrix or something convertible to a matrix via array_to_matrix()
- pixel_traits<typename image_type::type> must be defined
- pixel_traits<typename image_type::type> must be defined
ensures
ensures
- #*this widget is now displaying the given image new_img.
- #*this widget is now displaying the given image new_img.
...
@@ -2534,7 +2535,8 @@ namespace dlib
...
@@ -2534,7 +2535,8 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- image_type == an implementation of array2d/array2d_kernel_abstract.h
- image_type == an implementation of array2d/array2d_kernel_abstract.h or
a dlib::matrix or something convertible to a matrix via array_to_matrix()
- pixel_traits<typename image_type::type> must be defined
- pixel_traits<typename image_type::type> must be defined
ensures
ensures
- this object is properly initialized
- this object is properly initialized
...
...
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