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
class
TensorflowLite::Image::Detection::Line
TensorflowLite::Image::Detection::Line
Reference
Object
Included Modules
JSON::Serializable
Defined in:
tflite_image/detection/lines.cr
Constructors
.new
(points : Array(Detection::Point))
.new
(pull : JSON::PullParser)
Instance Method Summary
#points
: Array(Detection::Point)
Constructor Detail
def self.
new
(points : Array(
Detection::Point
))
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
points
: Array(
Detection::Point
)
#
[
View source
]