updated spec

This commit is contained in:
Davis King 2011-06-04 11:11:56 -04:00
parent 3bc36fe1a2
commit 642762c078

View File

@ -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