 | SingleWavelengthReconstructionAddPhaseCorrectionSegment Method |
Adds a new vertical or horizontal segment for the phase mask adjustment, then recomputes the fit.
(Only for multi-segment phase correction method. The method needs at least one vertical and one horizontal segment).
Call
ComputePhaseMask to apply.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void AddPhaseCorrectionSegment(
int top,
int left,
int length,
SegmentOrientation orient
)
public:
virtual void AddPhaseCorrectionSegment(
int top,
int left,
int length,
SegmentOrientation orient
)
Parameters
- top Int32
- The Y coordinate of the starting point of the segment (top left point) in the phase ROI image.
- left Int32
- The X coordinate of the starting point of the segment (top left point) in the phase ROI image.
- length Int32
- The length of the segment.
- orient SegmentOrientation
- The orientation of the segment.
Implements
IReconstructionAddPhaseCorrectionSegment(Int32, Int32, Int32, SegmentOrientation)
See Also