MedianCutQuantisierung
MedianCutQuantisierung is an algorithm used in image processing and computer graphics for color quantization. Its primary goal is to reduce the number of distinct colors in an image while minimizing the perceptual difference between the original and the quantized image. This is often done to save storage space or to prepare images for display on devices with limited color palettes.
The algorithm works by recursively partitioning the image's color space. It begins with a bounding box that
Once the color space has been divided into the target number of boxes, a representative color is