Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tflite_image
v2.0.0
TensorflowLite
Image
AgeEstimationExact
Output
AgeEstimationRange
Output
Canvas
Classification
Output
Common
Detection
BoundingBox
Classification
GenericPoint
Line
Lines
Point
Points
FaceDetection
Anchor
FaceFeatures
Output
Point
Format
GenderEstimation
Gender
Output
ObjectDetection
Output
PoseEstimation
BodyJoint
Output
Point
Scale
Segmentation
Detection
Built with Crystal 1.9.2
2023-10-08 08:24:38 UTC
module
TensorflowLite::Image::Detection::BoundingBox
Included Modules
TensorflowLite::Image::Detection::Classification
TensorflowLite::Image::Detection::Lines
Direct including types
TensorflowLite::Image::FaceDetection::Output
TensorflowLite::Image::ObjectDetection::Output
Defined in:
tflite_image/detection/bounding_box.cr
Instance Method Summary
#bottom
: Float32
#boundary
: Detection::Line
#left
: Float32
#right
: Float32
#top
: Float32
Instance methods inherited from module
TensorflowLite::Image::Detection::Lines
lines : Indexable(Detection::Line)
lines
Instance methods inherited from module
TensorflowLite::Image::Detection::Classification
index : Int32
index
,
label : String | Symbol | Nil
label
,
score : Float32
score
Instance Method Detail
def
bottom
: Float32
#
[
View source
]
abstract def
boundary
:
Detection::Line
#
[
View source
]
def
left
: Float32
#
[
View source
]
def
right
: Float32
#
[
View source
]
def
top
: Float32
#
[
View source
]