 | Hologram Constructor (Int32, Int32, Int32, Int64, TimestampUnit, HologramSource) |
Constructor
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic Hologram(
int width,
int height,
int stride,
long timestamp,
TimestampUnit timestampType,
HologramSource source
)
public:
Hologram(
int width,
int height,
int stride,
long long timestamp,
TimestampUnit timestampType,
HologramSource source
)
Parameters
- width
- Type: SystemInt32
Image width pixels number - height
- Type: SystemInt32
Image height pixels number - stride
- Type: SystemInt32
Size in byte between two rows - timestamp
- Type: SystemInt64
Acquisition time of the hologram - timestampType
- Type: LynceeTec.ImagingTimestampUnit
Unit defining the timestamp - source
- Type: LynceeTec.ImagingHologramSource
Source location of the hologram data
See Also