OctreeQuantisierung
Octree Quantisierung is a technique used in computer graphics and image processing to reduce the number of distinct colors in an image or a 3D model. It achieves this by organizing the color space into a hierarchical data structure called an octree. An octree recursively divides a cube, representing the entire color space, into eight smaller cubes. This process continues until a desired level of detail is reached or until each leaf node of the octree contains a sufficiently small number of colors.
The quantization process involves traversing the image or model's colors and mapping them to the closest representative
The primary benefit of Octree Quantisierung is the reduction of memory usage and processing time associated