 | SingleWavelengthReconstructionCreateStitching Method |
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
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 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