Click or drag to resize

IStitchingFactoryCreateStitching Method

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 7.3.77.25127 UnwrapStitching cc0329b4, built 2018-08-31 12:02:55 UTC
Syntax
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
Type: SystemInt32
cols
Type: SystemInt32
imWidth
Type: SystemInt32
imHeight
Type: SystemInt32
isMask
Type: SystemBoolean
isRewrap
Type: SystemBoolean
isOffsetCorr
Type: SystemBoolean
imReszFact
Type: SystemSingle
heightConversion
Type: SystemDouble
saveLog
Type: SystemBoolean
logPathName
Type: SystemString

Return Value

Type: IntPtr
See Also