JWS C Library
C language utility library
Imgblock_f Struct Reference

An image block of Pixel_f. More...

#include <imgblock.h>

Collaboration diagram for Imgblock_f:

Data Fields

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

Detailed Description

An image block of Pixel_f.

Definition at line 73 of file imgblock.h.


Field Documentation

Number of images.

Definition at line 76 of file imgblock.h.

Number of rows.

Definition at line 79 of file imgblock.h.

Number of columns.

Definition at line 82 of file imgblock.h.

Pixels of the image block.

Definition at line 85 of file imgblock.h.


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