 | SingleWavelengthReconstructionCopyImg32fResult Method |
Copies the floating point image result of processing in a local buffer.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic void CopyImg32fResult(
float[] dst,
int dstStep,
windowsList win
)
public:
void CopyImg32fResult(
array<float>^ dst,
int dstStep,
windowsList win
)
Parameters
- dst
- Type: SystemSingle
The destination buffer. - dstStep
- Type: SystemInt32
The stride of the destination buffer, in bytes. - win
- Type: LynceeTec.ProcessingwindowsList
The image to return. Either amplitude or phase.
See Also