X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=image.h;h=4559d40301455b8a8ac59e3d9a41c2ca54b572df;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=8c65017f2383f6e61e346fe9c8f22fe25c6370e8;hpb=33852c7b378d419be75d15a9663ee6b071c2f534;p=folded-ctf.git diff --git a/image.h b/image.h index 8c65017..4559d40 100644 --- a/image.h +++ b/image.h @@ -12,10 +12,19 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// +/* + + An implementation of a gray-scale image with a minimum set of + methods. + + */ + #ifndef IMAGE_H #define IMAGE_H