clarified spec

This commit is contained in:
Davis King 2014-07-20 19:18:40 -04:00
parent 43f37209e3
commit aa1ccfcdfb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace dlib
/*! /*!
In dlib, an "image" is any object that implements the generic image interface. In 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 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_rows (const image_type& img)
- long num_columns (const image_type& img) - long num_columns (const image_type& img)
- void set_image_size( image_type& img, long rows, long cols) - void set_image_size( image_type& img, long rows, long cols)