|
XWarpCoeffGetHomographyMatrix Method
|
Homography 행렬을 가져온다. 변환식이 eWarpMethod.Homography인 경우에만 유효하다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic XMatREAL64 GetHomographyMatrix()
Return Value
XMatREAL64변환식이 Homography인 경우 3x3 행렬을 반환하고 그렇지 않으면 null을 반환한다.
See Also