Animated Detection Outline
class AnimatedDetectionOutline(val xLeft: Animatable<Float, AnimationVector1D>, val yTop: Animatable<Float, AnimationVector1D>, val width: Animatable<Float, AnimationVector1D>, val height: Animatable<Float, AnimationVector1D>)
Utility class used for animating the bounds of a detection, by using the 4 corners of the box
Constructors
Link copied to clipboard
constructor(xLeft: Animatable<Float, AnimationVector1D>, yTop: Animatable<Float, AnimationVector1D>, width: Animatable<Float, AnimationVector1D>, height: Animatable<Float, AnimationVector1D>)