DAVID4 SDK
1.8.7
|
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. | |
Describes the image format.
Definition at line 28 of file IStructuredLightScanner.h.
david::ImageFormat::ImageFormat | ( | int | width = 0 , |
int | height = 0 , |
||
PixelFormat | pixelFormat = UnknownPixelFormat , |
||
double | fps = 0 |
||
) |
Constructor.
[in] | width | Sets the image width. |
[in] | height | Sets the image height. |
[in] | fps | Sets the frames per second. |
[in] | pixelFormat | Sets the pixel format. |