There are two modules for 3D visualization in OpenCV: viz
and ovis
. It seems that ovis
received more updates in the last couple of years, judging by increase in number of functions shown here: OpenCV: cv::ovis::WindowScene Class Reference. What are the longer term plans in this domain? Enhancing both modules? A new one?
1 Like
“the best laid plans…”
this is the “OpenCV Evolution” for “a” 3D module. the proposal deals with algorithms, data structures, and visualization.
there’s also a proposal that means to unify all the GUI stuff into one OpenGL (or Vulkan?) backend because all the different GUI backends are a bear to maintain.
2 Likes