 | IStitchingFactoryCreateStitching Method |
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
SyntaxIntPtr CreateStitching(
int rows,
int cols,
int imWidth,
int imHeight,
bool isMask,
bool isRewrap,
bool isOffsetCorr,
float imReszFact,
double heightConversion,
bool saveLog,
string logPathName
)
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