Public Attributes
_VlPgmImage Struct Reference

PGM image meta data. More...

#include <pgm.h>

List of all members.

Public Attributes

vl_size height
vl_bool is_raw
vl_size max_value
vl_size width

Detailed Description

PGM image meta data.

A PGM image is a 2-D array of pixels of width width and height height. Each pixel is an integer one or two bytes wide, depending whether max_value is smaller than 256.

Definition at line 36 of file pgm.h.


Member Data Documentation

image height.

Definition at line 39 of file pgm.h.

is RAW format?

Definition at line 41 of file pgm.h.

pixel maximum value (<= 2^16-1).

Definition at line 40 of file pgm.h.

image width.

Definition at line 38 of file pgm.h.


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


libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:52