 | ReconstructionGetIntensity Method |
Gets the final intensity image for the specified hologram group id.
Namespace: LynceeTec.InterfaceProcessingV2Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic IntensityImage GetIntensity(
long hologramGroupId
)
public:
IntensityImage^ GetIntensity(
long long hologramGroupId
)
Parameters
- hologramGroupId Int64
-
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