 | SingleWavelengthReconstructionSetWaveFilt Method |
Enables/Disables and configures a filter applied to the complex wavefront (it influences both the phase and the amplitude image).
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntaxpublic virtual void SetWaveFilt(
bool state,
windowsList visMask,
float samplingRate,
float cutOffMin,
float cutOffMax,
FilterType filterType
)
public:
virtual void SetWaveFilt(
bool state,
windowsList visMask,
float samplingRate,
float cutOffMin,
float cutOffMax,
FilterType filterType
)
Parameters
- state
- Type: SystemBoolean
If set to true the filter is enabled, if set to false it is disabled. - visMask
- Type: LynceeTec.ProcessingwindowsList
The image to update after the filter modification, either amplitude, phase, or both. - samplingRate
- Type: SystemSingle
The sampling rate. - cutOffMin
- Type: SystemSingle
The lower cut off for the filter (if applicable) in [um]. - cutOffMax
- Type: SystemSingle
The upper cut off for the filter (if applicable) in [um]. - filterType
- Type: LynceeTec.Processing.RoughnessFilterType
Type of the filter to apply.
Implements
IReconstructionSetWaveFilt(Boolean, windowsList, Single, Single, Single, FilterType)
See Also