module TensorflowLite::Image::Detection::Points
Direct including types
Defined in:
tflite_image/detection/points.crInstance Method Summary
- #adjust(canvas_width : Int, canvas_height : Int, offset_left : Int, offset_top : Int)
- #adjust(image : Canvas, offset_left : Int, offset_top : Int)
- #points : Hash(String, Detection::Point)
Instance Method Detail
def adjust(canvas_width : Int, canvas_height : Int, offset_left : Int, offset_top : Int)
#