class TensorflowLite::Image::Detection::GenericPoint

Included Modules

Defined in:

tflite_image/detection/points.cr

Constructors

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

adjust(canvas_width : Int, canvas_height : Int, offset_left : Int, offset_top : Int)
adjust(image : Canvas, offset_left : Int, offset_top : Int)
adjust
, make_adjustment(original_width : Int, original_height : Int, canvas_width : Int, canvas_height : Int, offset_left : Int, offset_top : Int) : Nil make_adjustment, x : Float32 x, y : Float32 y

Constructor methods inherited from module TensorflowLite::Image::Detection::Point

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(x : Float32, y : Float32) #

[View source]