Struct vlfeat_sys::_VlPgmImage [] [src]

#[repr(C)]
pub struct _VlPgmImage { pub width: vl_size, pub height: vl_size, pub max_value: vl_size, pub is_raw: vl_bool, }

@brief 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.

Fields

< image width.

< image height.

< pixel maximum value (<= 216-1).

< is RAW format?

Trait Implementations

impl Debug for _VlPgmImage
[src]

Formats the value using the given formatter.

impl Copy for _VlPgmImage
[src]

impl Clone for _VlPgmImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more