Skip to content

Support more 2D primitives: ellipse, markers, text as in OpenCV #6012

@rgolovanov

Description

@rgolovanov

Support more drawing 2D primitives like in OpenCV: https://docs.opencv.org/4.x/dc/da5/tutorial_py_drawing_functions.html

  • Ellipse - not available
  • Marker - not available, but could be like cv::drawMarker
  • Polygon - can be done with rerun::LineStrip2D but can it be filled with color?
  • Text - not available
  • Line - available as rerun::LineStrip2D
  • Rectangle - available as rerun::Boxes2D
  • Circle - available as rerun::Points2D

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuser-requestThis is a pressing issue for one of our users🍏 primitivesRelating to Rerun primitives

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions