class TensorflowLite::Image::PoseEstimation::Point

Included Modules

Defined in:

tflite_image/pose_estimation/point.cr

Constructors

Instance Method Summary

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

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

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(joint : TensorflowLite::Image::PoseEstimation::BodyJoint, y : Float32, x : Float32, score : Float32) #

[View source]

Instance Method Detail

def joint : BodyJoint #

[View source]