Click or drag to resize
XDL

XVMTILocalSetDecoder Class

MISB ST 0903 VMTI Local Set 디코더.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXVMTILocalSetDecoder

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.31
Syntax
C#
public class XVMTILocalSetDecoder : IDisposable

The XVMTILocalSetDecoder type exposes the following members.

Constructors
  NameDescription
Public methodXVMTILocalSetDecoder
기본 생성자.
Top
Properties
  NameDescription
Public propertyFrameHeight
대상 영상 프레임의 세로 크기.
Public propertyFrameWidth
대상 영상 프레임의 가로 크기.
Public propertyLSVersion
디코더에 적용하는 MISB ST 0903 표준 문서 버전.
Public propertyNumOfTargetsDetected
탐지기에 의해 탐지된 표적 개수. 보고 개수보다 많을 수 있다.
Public propertyNumOfTargetsReported
메타데이터 패킷에 포함되어 보고하는 표적 개수.
Public propertyTagList
디코딩된 태그 목록을 반환한다.
Public propertyTargetSeries
메타데이터 패킷에 포함된 표적 목록.
Public propertyTimeStamp
VMTI LS 메타데이터 타임스탬프. 디코딩된 값이 있을 때 지정값에 우선하여 반환한다.
Public propertyUserQueryEntityLabel
메타데이터 온톨로지 객체 이름 질의 함수 지정 속성. VMTI LS 객체 속성 파악을 위해 불린다.
Top
Methods
  NameDescription
Public methodDecode
VMTI LS 메타데이터 패킷을 디코딩하고 태그 항목별 값 목록을 만든다.
Public methodDispose
Public methodGetNativeDecoder
Public methodGetValue
메타데이터 태그를 지정하여 해당 항목의 인코딩 데이터를 얻는다.
Public methodSetFrameCenter
표적 객체 위치의 기준이 되는 영상 프레임 중심점의 지리좌표를 설정한다.
Public methodSetFrameSize
표적 객체 화소 위치의 기준이 되는 대상 영상 프레임의 크기를 설정한다.
Top
See Also