JWS C Library
C language utility library
Image_f Struct Reference

An image of Pixel_f. More...

#include <image.h>

Collaboration diagram for Image_f:

Data Fields

uint32_t num_rows
 Number of rows.
uint32_t num_cols
 Number of columns.
Pixel_f ** pxls
 Pixels of the image.

Detailed Description

An image of Pixel_f.

Definition at line 93 of file image.h.


Field Documentation

Number of rows.

Definition at line 96 of file image.h.

Number of columns.

Definition at line 99 of file image.h.

Pixels of the image.

Definition at line 102 of file image.h.


The documentation for this struct was generated from the following file: