 | SingleWavelengthReconstructionUseTemporalPhaseAverage Property |
Gets or sets the activation state of the temporal phase averaging.
true adds the given holograms in the reconstruction object
until
TemporalPhaseAverageFramesNumber is reached.
The last reconstructed phase is averaged.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual bool UseTemporalPhaseAverage { get; set; }
public:
virtual property bool UseTemporalPhaseAverage {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanImplements
IReconstructionUseTemporalPhaseAverage
See Also