 | SingleWavelengthReconstructionGetAvgRHBufHolo Method |
Gets a reference to the byte array to copy the reference hologram data when using several averaged holograms
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual byte[] GetAvgRHBufHolo(
int id
)
public:
virtual array<unsigned char>^ GetAvgRHBufHolo(
int id
)
Parameters
- id Int32
- Id of the hologram in the array of holograms to average
Return Value
ByteThe reference to the byte array
Implements
IReconstructionGetAvgRHBufHolo(Int32)
See Also