Click or drag to resize
XDL

XVMTILocalSetEncoderSetTargetSeries(XVTarget, Int32) Method

메타데이터에 포함할 표적 객체 목록과 전체 탐지 개수를 설정한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetTargetSeries(
	XVTarget[] targets,
	int numDetected
)

Parameters

targets  XVTarget
표적 객체 목록.
numDetected  Int32
탐지 표적 개수. 보고 표적 개수는 주어진 표적 객체 목록 개수로 한다.

Return Value

Boolean
표적 객체 목록 인코딩 성공 여부.
See Also