 | SingleWavelengthReconstructionUseHalfResolution Property |
Gets or sets the activation state of the half resolution feature.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual bool UseHalfResolution { get; set; }
public:
virtual property bool UseHalfResolution {
bool get ();
void set (bool value);
}
Property Value
Booleantrue divides the image resolution by two,
false keeps the full resolution.
Implements
IReconstructionUseHalfResolution
See Also