|
Linear Methods for Image Interpolation
|
struct representing an image More...
Data Fields | |
| float * | Data |
| Float image data. More... | |
| int | Width |
| Image width. More... | |
| int | Height |
| Image height. More... | |
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.
1.8.3.1