module TensorflowLite::Image::Detection

Included Modules

Direct including types

Defined in:

tflite_image/detection.cr
tflite_image/detection/classification.cr
tflite_image/detection/lines.cr
tflite_image/detection/points.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def associated : Array(Detection) #

[View source]
def associated=(associated : Array(Detection)) #

[View source]
abstract def label : String | Nil #

[View source]
def markup(image : Canvas, minimum_score : Float32 = 0.3_f32, font : PCFParser::Font | Nil = nil, color = StumpyPNG::RGBA::WHITE) : Canvas #

[View source]
abstract def type : Symbol #

i.e. object, pose, face, age, class


[View source]