 | SingleWavelengthReconstructionAddPhCorrSegment Method |
Adds a new vertical or horizontal segment for the phase mask adjustement, then recomputes the fit.
(Only for multi-segment phase correction method. The method needs at least one vertical and one horizontal segment).
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic void AddPhCorrSegment(
int top,
int left,
int length,
int orient,
phaseFitMethod meth,
int degree
)
public:
void AddPhCorrSegment(
int top,
int left,
int length,
int orient,
phaseFitMethod meth,
int degree
)
Parameters
- top
- Type: SystemInt32
The Y coordinate of the starting point of the segment (top left point). - left
- Type: SystemInt32
The X coordinate of the starting point of the segment (top left point). - length
- Type: SystemInt32
The length of the segment. - orient
- Type: SystemInt32
The orientation of the segment: 0 for horizontal, 1 for vertical. - meth
- Type: LynceeTec.ProcessingphaseFitMethod
The phase fitting method. - degree
- Type: SystemInt32
The degree of the polynomial used for the fit.
See Also