class Tracker::MappedDetection

Included Modules

Extended Modules

Defined in:

models/tracker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(top : Float32, left : Float32, bottom : Float32, right : Float32, classification : Int32, name : Nil | String, score : Float32, uuid : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bottom : Float32 #

[View source]
def classification : Int32 #

[View source]
def left : Float32 #

[View source]
def name : String | Nil #

[View source]
def right : Float32 #

[View source]
def score : Float32 #

[View source]
def top : Float32 #

[View source]
def uuid : String #

[View source]