clarified spec

This commit is contained in:
Davis King 2014-07-20 19:18:40 -04:00
parent 43f37209e3
commit aa1ccfcdfb

View File

@ -9,7 +9,7 @@ namespace dlib
/*!
In dlib, an "image" is any object that implements the generic image interface. In
particular, this simply means that an image type (let's refer to it as image_type
from here on) implements the following seven global functions:
from here on) has the following seven global functions defined for it:
- long num_rows (const image_type& img)
- long num_columns (const image_type& img)
- void set_image_size( image_type& img, long rows, long cols)