Click or drag to resize

IStitchingFactoryCreateStitching Method


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 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  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