 | IReconstructionOnNewImage Method (Hologram, windowsList) |
Gives a new image to the processing chain and processes it.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.5.0.22 6_5_dev_win7 724a893, built 2017-12-08 14:08:47 UTC
Syntaxvoid OnNewImage(
Hologram h,
windowsList visMask
)
void OnNewImage(
Hologram^ h,
windowsList visMask
)
Parameters
- h
- Type: LynceeTec.InterfacesHologram
The hologram image to process. - visMask
- Type: LynceeTec.ProcessingwindowsList
The types of images to reconstruct (amplitude, phase, etc.).
It is possible to combine several image types.
See Also