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 adjust(image : Canvas, offset_left : Int, offset_top : Int) #

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

[View source]