 | ReconstructionGetPhase Method |
Gets the final phase image for the specified hologram group id.
Namespace:
LynceeTec.InterfaceProcessingV2
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic PhaseImage GetPhase(
long hologramGroupId
)
public:
PhaseImage^ GetPhase(
long long hologramGroupId
)
Parameters
- hologramGroupId
- Type: SystemInt64
Return Value
Type:
PhaseImagenull pointer in case the object does not exist.
Remarks
The output is only a reference and must by no means be disposed.
See Also