C# 클래스 Accord.Vision.Tracking.TrackingObject

상속: ICloneable
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ICloneable object

공개 메소드들

메소드 설명
Clone ( bool excludeImage = true ) : TrackingObject

Creates a new object that is a copy of the current instance.

GetAxis ( ) : LineSegment

Gets two points defining the horizontal axis of the object.

GetAxis ( AxisOrientation axis ) : LineSegment

Gets two points defining the axis of the object.

Reset ( ) : void

Resets this tracking object.

TrackingObject ( ) : System

Constructs a new tracking object.

TrackingObject ( IntPoint center ) : System

Constructs a new tracking object.

TrackingObject ( Rectangle rectangle, IntPoint center, float angle ) : System

Constructs a new tracking object.

TrackingObject ( Rectangle rectangle, float angle ) : System

Constructs a new tracking object.

비공개 메소드들

메소드 설명
ICloneable ( ) : object

Creates a new object that is a copy of the current instance.

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( bool excludeImage = true ) : TrackingObject
excludeImage bool Pass true to not include /// the in the copy object.
리턴 TrackingObject

GetAxis() 공개 메소드

Gets two points defining the horizontal axis of the object.
public GetAxis ( ) : LineSegment
리턴 Accord.Math.Geometry.LineSegment

GetAxis() 공개 메소드

Gets two points defining the axis of the object.
public GetAxis ( AxisOrientation axis ) : LineSegment
axis AxisOrientation
리턴 Accord.Math.Geometry.LineSegment

Reset() 공개 메소드

Resets this tracking object.
public Reset ( ) : void
리턴 void

TrackingObject() 공개 메소드

Constructs a new tracking object.
public TrackingObject ( ) : System
리턴 System

TrackingObject() 공개 메소드

Constructs a new tracking object.
public TrackingObject ( IntPoint center ) : System
center AForge.IntPoint The center of gravity of the object.
리턴 System

TrackingObject() 공개 메소드

Constructs a new tracking object.
public TrackingObject ( Rectangle rectangle, IntPoint center, float angle ) : System
rectangle System.Drawing.Rectangle The rectangle containing the object.
center AForge.IntPoint The center of gravity of the object.
angle float The angle of orientation for the object.
리턴 System

TrackingObject() 공개 메소드

Constructs a new tracking object.
public TrackingObject ( Rectangle rectangle, float angle ) : System
rectangle System.Drawing.Rectangle The rectangle containing the object.
angle float The angle of the object.
리턴 System