Go to the source code of this file.
Classes | |
struct | dlib::image_traits< rs_frame_image< T, RS > > |
class | rs_frame_image< pixel_type, RS_FORMAT > |
Namespaces | |
dlib | |
Functions | |
template<typename T , int RS> | |
void * | dlib::image_data (rs_frame_image< T, RS > &img) |
template<typename T , int RS> | |
const void * | dlib::image_data (const rs_frame_image< T, RS > &img) |
template<typename T , int RS> | |
long | dlib::num_columns (const rs_frame_image< T, RS > &img) |
template<typename T , int RS> | |
long | dlib::num_rows (const rs_frame_image< T, RS > &img) |
template<typename T , int RS> | |
long | dlib::width_step (rs_frame_image< T, RS > const &img) |