module TensorflowLite::Image::Detection::BoundingBox

Included Modules

Direct including types

Defined in:

tflite_image/detection/bounding_box.cr

Instance Method Summary

Instance methods inherited from module TensorflowLite::Image::Detection::Lines

lines : Indexable(Detection::Line) lines

Instance methods inherited from module TensorflowLite::Image::Detection::Classification

index : Int32 index, label : String | Symbol | Nil label, score : Float32 score

Instance Method Detail

def bottom : Float32 #

[View source]
abstract def boundary : Detection::Line #

[View source]
def left : Float32 #

[View source]
def right : Float32 #

[View source]
def top : Float32 #

[View source]