 | SingleWavelengthReconstructionPhaseROIStride Property |
Gets the stride of the region of interest (distance in bytes between two lines of the image) for float amplitude or phase images.
If no ROI is defined, returns the stride of the image.
Stride is always a multiple of 4.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual int PhaseROIStride { get; }
public:
virtual property int PhaseROIStride {
int get ();
}
Property Value
Type:
Int32Implements
IReconstructionPhaseROIStride
See Also