module TensorflowLite::Image::Detection::Points

Direct including types

Defined in:

tflite_image/detection/points.cr

Instance Method Summary

Instance Method Detail

def adjust(canvas_width : Int, canvas_height : Int, offset_left : Int, offset_top : Int) #

[View source]
def make_adjustment(original_width : Int, original_height : Int, canvas_width : Int, canvas_height : Int, offset_left : Int, offset_top : Int) : Nil #

[View source]
abstract def points : Hash(String, Detection::Point) #

[View source]