C/C++
octree.asc
Associated article: Color Quantization using Octrees
Tags: Database C/C++
_COLOR QUANTIZATION USING OCTREES_ by Dean Clark Listing One // oct1.h -- Header file for octree color quantization function // Dean Clark // #ifndef OCT1_H #define OCT1_H typedef unsigned char byte; typedef unsigned int uint; typedef unsigned long ulong; typedef ...


