C# Class Detector.Tracking.ObjectTracker

Afficher le fichier Open project: AshleighAdams/Detector

Méthodes publiques

Свойство Type Description
FrameSizeX int
FrameSizeY int
ObjectsTracked LinkedList

Méthodes publiques

Méthode Description
GetObjects ( ) : LinkedList

Get the tracked objects

ObjectTracker ( ) : System

A wrapper for the motion detection algorithm for tracking the targets

SetFrameSize ( int x, int y ) : void

For % pos

UpdateTargets ( Target targs ) : void

Update all the targets

Method Details

GetObjects() public méthode

Get the tracked objects
public GetObjects ( ) : LinkedList
Résultat LinkedList

ObjectTracker() public méthode

A wrapper for the motion detection algorithm for tracking the targets
public ObjectTracker ( ) : System
Résultat System

SetFrameSize() public méthode

For % pos
public SetFrameSize ( int x, int y ) : void
x int
y int
Résultat void

UpdateTargets() public méthode

Update all the targets
public UpdateTargets ( Target targs ) : void
targs Target Array of the targets
Résultat void

Property Details

FrameSizeX public_oe property

public int FrameSizeX
Résultat int

FrameSizeY public_oe property

public int FrameSizeY
Résultat int

ObjectsTracked public_oe property

public LinkedList ObjectsTracked
Résultat LinkedList