-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Buffer-based descriptors allow the storage (inside the o.dot code) of the last N frames of some value. This will allow computing statistics features, e.g. mean, median, max, min, etc.
Implementation will use a circular buffer to minimize moving memory around.
Possible downside: the contents of the buffer will appear in any display of the o.dot frame, adding visual clutter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request