How can I paint 3D orientation arrows onto an image in Halcon to illustrate the orientation of a pointcloud I'm rendering?
First I figured I would generate a 2D image of the arrows, rotate as needed (pointcloud will only rotate over z-axis) and just paint it on. So I've looked through the examples and searched online but I could only find add_image() which just adds the values together.
If I could generate a small 3D orientation arrow object (not like the big option disp_pose in render_object_model_3d()) object to render along with the image that would be even better. Any advice on how to tackle this problem is welcome.
The easiest way would be to render a 3D object. There is a cylinder in the image, you'd need to add a cone to it to be an arrow: