Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

VL::PgmBuffer Struct Reference

PGM buffer descriptor. More...

#include <sift.hpp>


Detailed Description

PGM buffer descriptor.

The structure describes a gray scale image and it is used by the PGM input/output functions. The fileds are self-explanatory.

Definition at line 153 of file sift.hpp.

List of all members.

Public Attributes

int width
 Image width.
int height
 Image hegith.
pixel_tdata
 Image data.

Member Data Documentation

Image data.

Definition at line 157 of file sift.hpp.

Referenced by siftdriver().

Image hegith.

Definition at line 156 of file sift.hpp.

Referenced by siftdriver().

Image width.

Definition at line 155 of file sift.hpp.

Referenced by siftdriver().


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:26 2016 by Doxygen 1.6.3