|
XTemplateMatchFind Method
|
Pyramid refinement 알고리즘으로 Matching을 수행한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic XVertex3d Find(
int nXT,
int nYT,
int nX1S,
int nX2S,
int nY1S,
int nY2S,
bool subPixel,
double top2Ratio
)
Parameters
- nXT Int32
- [In] template image의 중심 X .
- nYT Int32
- [In] template image의 중심 Y.
- nX1S Int32
- [In] Search 이미지의 범위 (start X)
- nX2S Int32
- [In] Search 이미지의 범위(end X)
- nY1S Int32
- [In] Search 이미지의 범위(start Y)
- nY2S Int32
- [In] Search 이미지의 범위(end Y)
- subPixel Boolean
- [In] sub-pixels을 사용한다면 true, Pixel을 사용한다면 false
- top2Ratio Double
- [In] Do not apply top2ratio by setting top2ratio = 0
Return Value
XVertex3d Matched Position.
See Also