 | FileHologram Constructor (Byte, Int32, Int32, Int32, Int64, TimestampUnit) |
Constructor
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic FileHologram(
byte[] buffer,
int stride,
int width,
int height,
long timestamp,
TimestampUnit timestampType
)
public:
FileHologram(
array<unsigned char>^ buffer,
int stride,
int width,
int height,
long long timestamp,
TimestampUnit timestampType
)
Parameters
- buffer
- Type: SystemByte
Buffer to be used as hologram data - stride
- Type: SystemInt32
Size in byte between two rows - width
- Type: SystemInt32
Image width pixels number - height
- Type: SystemInt32
Image height pixels number - timestamp
- Type: SystemInt64
Acquisition time of the hologram - timestampType
- Type: LynceeTec.ImagingTimestampUnit
Unit defining the timestamp
RemarksCast the buffer data in the hologram to be used later
See Also