class Tracker::MappedDetection
- Tracker::MappedDetection
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
models/tracker.crConstructors
- .new(top : Float32, left : Float32, bottom : Float32, right : Float32, classification : Int32, name : Nil | String, score : Float32, uuid : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #bottom : Float32
- #classification : Int32
- #left : Float32
- #name : String | Nil
- #right : Float32
- #score : Float32
- #top : Float32
- #uuid : String
Constructor Detail
def self.new(top : Float32, left : Float32, bottom : Float32, right : Float32, classification : Int32, name : Nil | String, score : Float32, uuid : String)
#