class Track

Defined in:

models/track.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x_mid, y_mid, width, height) #

[View source]

Instance Method Detail

def age : Int32 #

[View source]
def age=(age : Int32) #

[View source]
def lost_age : Int32 #

[View source]
def lost_age=(lost_age : Int32) #

[View source]
def predict #

[View source]
def state : Matrix #

[View source]
def state=(state : Matrix) #

[View source]
def update(detection) #

[View source]
def uuid : UUID #

[View source]
def uuid=(uuid : UUID) #

[View source]