C# Class Detector.Tracking.ObjectTracker

Exibir arquivo Open project: AshleighAdams/Detector

Public Properties

Property Type Description
FrameSizeX int
FrameSizeY int
ObjectsTracked LinkedList

Public Methods

Method 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 method

Get the tracked objects
public GetObjects ( ) : LinkedList
return LinkedList

ObjectTracker() public method

A wrapper for the motion detection algorithm for tracking the targets
public ObjectTracker ( ) : System
return System

SetFrameSize() public method

For % pos
public SetFrameSize ( int x, int y ) : void
x int
y int
return void

UpdateTargets() public method

Update all the targets
public UpdateTargets ( Target targs ) : void
targs Target Array of the targets
return void

Property Details

FrameSizeX public_oe property

public int FrameSizeX
return int

FrameSizeY public_oe property

public int FrameSizeY
return int

ObjectsTracked public_oe property

public LinkedList ObjectsTracked
return LinkedList