The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MPImageWrapper Struct Reference

#include <MPImageWrapper.h>

List of all members.

Public Member Functions

 MPImageWrapper (int w=0, int h=0, int np=0, int dl=0)

Public Attributes

int datalength
int height
int numpixels
unsigned char * rgbimage
int width


Constructor & Destructor Documentation

MPImageWrapper int  w = 0,
int  h = 0,
int  np = 0,
int  dl = 0
[inline]
 

Definition at line 26 of file MPImageWrapper.h.

00026                                                                  {
00027                 width = w;
00028                 height = h;
00029                 numpixels = np;
00030                 datalength = dl;
00031         }


Member Data Documentation

int datalength
 

Definition at line 24 of file MPImageWrapper.h.

int height
 

Definition at line 22 of file MPImageWrapper.h.

Referenced by cvHistWrapper::process().

int numpixels
 

Definition at line 23 of file MPImageWrapper.h.

unsigned char* rgbimage
 

Definition at line 25 of file MPImageWrapper.h.

Referenced by cvHistWrapper::process().

int width
 

Definition at line 21 of file MPImageWrapper.h.

Referenced by cvHistWrapper::process().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 8 17:08:37 2004 for MPT by  doxygen 1.3.9.1