mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated spec
This commit is contained in:
parent
3bc36fe1a2
commit
642762c078
@ -2360,7 +2360,8 @@ namespace dlib
|
||||
);
|
||||
/*!
|
||||
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
|
||||
ensures
|
||||
- #*this widget is now displaying the given image new_img.
|
||||
@ -2534,7 +2535,8 @@ namespace dlib
|
||||
);
|
||||
/*!
|
||||
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
|
||||
ensures
|
||||
- this object is properly initialized
|
||||
|
Loading…
Reference in New Issue
Block a user