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