_VlPgmImage Struct Reference

PGM image meta data. More...

#include <pgm.h>


Data Fields

int width
int height
int max_value
vl_bool is_raw


Detailed Description

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 wether max_value is smaller than 256.

Field Documentation

int _VlPgmImage::width

image width.

int _VlPgmImage::height

image height.

int _VlPgmImage::max_value

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

vl_bool _VlPgmImage::is_raw

is RAW format?


The documentation for this struct was generated from the following file:
Generated on Mon Jan 21 17:43:33 2008 for vlfeat by  doxygen 1.5.4