DGtal & Octree structures #1549
-
Hello, On another note: Feel free to correct me, I am looking forward to an answer! Kudos to the DGtal team for this amazing project |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for your interest in DGtal ! |
Beta Was this translation helpful? Give feedback.
Thanks for your interest in DGtal !
Although it could seem quite natural in a digital geometry setting --- and also not very complex to write --- octrees are not implemented yet in DGtal. I have a vague souvenir of ImageContainerByHashTree that can be used for an image octree (@dcoeurjo it think you had written an example at the time), but there is no official way to handle and store hierarchical structures.
In fact, in most digital geometry processing algorithm, an octree structure does not really help.
Quite recently I had discussion with David about dedicated encoded DAG structures to represent huge 3D scenes, like octrees but with similar branches not replicated, but it stayed more as…