Linear Methods for Image Interpolation
|
struct representing an image More...
Data Fields | |
float * | Data |
Float image data. | |
int | Width |
Image width. | |
int | Height |
Image height. |
struct representing an image
Definition at line 34 of file linterpcli.c.
float* imagef::Data |
Float image data.
Definition at line 37 of file linterpcli.c.
int imagef::Height |
Image height.
Definition at line 41 of file linterpcli.c.
int imagef::Width |
Image width.
Definition at line 39 of file linterpcli.c.