 | SingleWavelengthReconstructionGetAvgRHBufHolo Method |
Gets a reference to the byte array to copy the reference hologram data when using several averaged holograms
Namespace:
LynceeTec.Processing.Holography
Assembly:
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
- Type: SystemInt32
Id of the hologram in the array of holograms to average
Return Value
Type:
ByteThe reference to the byte array
Implements
IReconstructionGetAvgRHBufHolo(Int32)
See Also