 | SingleWavelengthReconstructionOnNewImage(windowsList) Method |
Signals that a new image is available in the memory pointed by
ImgHolo, gives it to the processing chain and processes it.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void OnNewImage(
windowsList visMask
)
public:
virtual void OnNewImage(
windowsList visMask
)
Parameters
- visMask windowsList
- The types of images to reconstruct (amplitude, phase, etc.).
It is possible to combine several image types.
Implements
IReconstructionOnNewImage(windowsList)
Exceptions
See Also