Click or drag to resize
XDL

NXVideoLayerOverlayVMTI Class

비디오 영상 위에 VMTI 정보를 중첩도시하기 위한 레이어를 정의한다.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Pixoneer.NXDL.NXVideoNXVideoLayer
                Pixoneer.NXDL.NXVideoNXVideoLayerOverlay
                  Pixoneer.NXDL.NXVideoNXVideoLayerOverlayVMTI

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public class NXVideoLayerOverlayVMTI : NXVideoLayerOverlay

The NXVideoLayerOverlayVMTI type exposes the following members.

Constructors
 NameDescription
Public methodNXVideoLayerOverlayVMTI NXVideoLayerOverlayVMTI 클래스의 기본 생성자로서, 내부 멤버 변수의 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyDefaultTargetColor 기본 표적 표시 색상 설정.
Public propertyDefaultTraceColor 기본 궤적 표시 설정.
Public propertyFontSize 표적 정보 도시 FontSize.
Public propertyShowClass 표적 객체 유형 표시 설정.
Public propertyShowConfidence 표적 객체 탐지 신뢰도 표시 설정.
Public propertyShowID 표적 식별자 표시 설정.
Public propertyShowTrace 표적 이동 궤적 표시 설정.
Public propertyTraceDuration 표적 궤적 표시 시간 설정. (단위: 밀리초)
Top
Methods
 NameDescription
Public methodGetTargetColor 
Public methodGetTraceColor 
Public methodReset 레이어에 저장된 표적 정보를 모두 삭제한다.
Public methodSetTargetColor 
Public methodSetTraceColor 
Top
See Also