 | SingleWavelengthReconstructionCreateStitching Method |
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntaxpublic 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
)
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
- 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