Click or drag to resize
SingleWavelengthReconstructionExtractArbitraryIntensityProfile Method
Extracts a profile in the intensity (amplitude) image. Use AmpProfile to get the result.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public virtual void ExtractArbitraryIntensityProfile(
	int startx,
	int starty,
	int endx,
	int endy,
	bool scaleXY,
	float umppx,
	float umppy
)

Parameters

startx
Type: SystemInt32
The X coordinate of the starting point.
starty
Type: SystemInt32
The Y coordinate of the starting point.
endx
Type: SystemInt32
The X coordinate of the ending point.
endy
Type: SystemInt32
The Y coordinate of the ending point.
scaleXY
Type: SystemBoolean
If true, returns the X and Y data in [m], if false scale is in pixels.
umppx
Type: SystemSingle
The real size in [m] corresponding to the width of a pixel in the image, in the X direction.
umppy
Type: SystemSingle
The real size in [m] corresponding to the width of a pixel in the image, in the Y direction.

Implements

IReconstructionExtractArbitraryIntensityProfile(Int32, Int32, Int32, Int32, Boolean, Single, Single)
See Also