DAVID4 SDK  1.8.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
david::ImageFormat Struct Reference

Describes the image format. More...

#include <IStructuredLightScanner.h>

Public Member Functions

 ImageFormat (int width=0, int height=0, PixelFormat pixelFormat=UnknownPixelFormat, double fps=0)
 Constructor. More...
 

Public Attributes

int width
 Width of the image.
 
int height
 Height of the image.
 
PixelFormat pixelFormat
 Pixel format.
 
double fps
 Frames per second.
 

Detailed Description

Describes the image format.

Definition at line 28 of file IStructuredLightScanner.h.

Constructor & Destructor Documentation

david::ImageFormat::ImageFormat ( int  width = 0,
int  height = 0,
PixelFormat  pixelFormat = UnknownPixelFormat,
double  fps = 0 
)

Constructor.

Parameters
[in]widthSets the image width.
[in]heightSets the image height.
[in]fpsSets the frames per second.
[in]pixelFormatSets the pixel format.

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