PointAnnotation¶
-
class
scenebox.models.annotation.
PointAnnotation
(points, **kwargs)¶ Create a Point annotation.
Created from a union of one or more Points.
- Parameters:
polygons – All Points to include in the PointAnnotation.
**kwargs – Additional annotation attributes. The keyword arguments are passed to
scenebox.models.annotation
.
Methods
return a dictionary object representative of Annotation :return: dictionary object
-
to_dic
()¶ return a dictionary object representative of Annotation :return: dictionary object