_ImgEntry Struct Reference
[LibMesaSR]

structure used in SR_GetImageList() More...

#include <definesSR.h>

List of all members.

Public Types

enum  DataType {
  DT_NONE, DT_UCHAR, DT_CHAR, DT_USHORT,
  DT_SHORT, DT_UINT, DT_INT, DT_FLOAT,
  DT_DOUBLE
}
 

this enum describes the data type of the image

More...
enum  ImgType {
  IT_DISTANCE, IT_AMPLITUDE, IT_INTENSITY, IT_TAP0,
  IT_TAP1, IT_TAP2, IT_TAP3, IT_SUM_DIFF,
  IT_CONF_MAP, IT_UNDEFINED, IT_LAST
}

Public Attributes

void * data
 pointer to memory
enum DataType dataType
 image data type
WORD height
 height of the image
enum ImgType imgType
 image type
WORD width
 width of the image

Detailed Description

structure used in SR_GetImageList()

Definition at line 120 of file definesSR.h.


Member Enumeration Documentation

this enum describes the data type of the image

Enumerator:
DT_NONE 

no data type

DT_UCHAR 

unsigned char data type

DT_CHAR 

char data type

DT_USHORT 

unsigned short data type

DT_SHORT 

short data type

DT_UINT 

unsigned int data type

DT_INT 

int data type

DT_FLOAT 

float data type

DT_DOUBLE 

double data type

Definition at line 145 of file definesSR.h.

this enum describes the image type received from the function SR_GetImageList() the images types relevant for the customer are IT_DISTANCE, IT_AMPLITUDE and IT_CONF_MAP Currently the data type of these images are DT_USHORT but may alter in the future. The characteristics of the images is affected by the AcquireMode flags, e.g. spatial filtering of distance, distance adjustment of Amplitude, presence/absence of Confidence Map.

Enumerator:
IT_DISTANCE 

distance image. Values between 0..0xffff (0xffff=maximal range which depends on modulation frequency) the distance image is affected by the AcquireMode flags. For further information read the User Manual.

IT_AMPLITUDE 

amplitude image. For further information read the User Manual.

IT_INTENSITY 

intensity image (only for SR2).

IT_TAP0 

tap0 image. {ImgType}

IT_TAP1 

tap1 image. {ImgType}

IT_TAP2 

tap2 image. {ImgType}

IT_TAP3 

tap3 image. {ImgType}

IT_SUM_DIFF 

sum_diff image. (T0+T2)-(T1+T3) {ImgType}

IT_CONF_MAP 

confidence map image. Value 0xffff is highest confidence.

IT_UNDEFINED 

any other kind of image

IT_LAST 

useful last entry

Definition at line 130 of file definesSR.h.


Member Data Documentation

pointer to memory

Definition at line 159 of file definesSR.h.

image data type

Definition at line 158 of file definesSR.h.

height of the image

Definition at line 161 of file definesSR.h.

image type

Definition at line 157 of file definesSR.h.

width of the image

Definition at line 160 of file definesSR.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


libmesasr
Author(s): Florian Weisshardt
autogenerated on Fri Jan 11 09:12:16 2013