struct TensorflowLite::Image::FaceDetection::Anchor

Defined in:

tflite_image/face_detection/anchor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x_center : Float32, y_center : Float32) #

[View source]

Instance Method Detail

def x_center : Float32 #

[View source]
def x_center=(x_center : Float32) #

[View source]
def y_center : Float32 #

[View source]
def y_center=(y_center : Float32) #

[View source]