 | ReconstructionGetReconstructedIntensity Method |
Gets the reconstructed intensity image before the post-processing for the specified hologram and source ids.
Namespace: LynceeTec.InterfaceProcessingV2Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic IntensityImage GetReconstructedIntensity(
long hologramGroupId,
PhysicalLaserSource sourceId
)
public:
IntensityImage^ GetReconstructedIntensity(
long long hologramGroupId,
PhysicalLaserSource sourceId
)
Parameters
- hologramGroupId Int64
-
- sourceId PhysicalLaserSource
-
Return Value
IntensityImagenull pointer in case the object does not exist.
Remarks
The output is only a reference and must by no means be disposed.
See Also