Click or drag to resize

SingleWavelengthReconstructionCreateStitching Method


Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual IntPtr CreateStitching(
	int rows,
	int cols,
	int imWidth,
	int imHeight,
	bool isMask,
	bool isRewrap,
	bool isOffsetCorr,
	float imReszFact,
	double heightConversion,
	bool saveLog,
	string logPathName
)

Parameters

rows  Int32
 
cols  Int32
 
imWidth  Int32
 
imHeight  Int32
 
isMask  Boolean
 
isRewrap  Boolean
 
isOffsetCorr  Boolean
 
imReszFact  Single
 
heightConversion  Double
 
saveLog  Boolean
 
logPathName  String
 

Return Value

IntPtr
See Also