Click or drag to resize
XDL

XDMBandFeatureExtExtractFeatureFromSeedPolygon Method

입력한 특정 영역의 특성을 이용해서 feature 를 추출한다 .

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public bool ExtractFeatureFromSeedPolygon(
	int nIndex,
	int[] pX,
	int[] pY,
	int nNumPoints,
	XThread thd
)

Parameters

nIndex  Int32
[In] 추출할 feature index.
pX  Int32
[In] 입력 픽셀의 가로 방향 위치 배열.
pY  Int32
[In] 입력 픽셀의 세로 방향 위치 배열.
nNumPoints  Int32
[In] 입력 픽셀 개수.
thd  XThread
[In] Thread.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also