|
LIBEUNOMIA
|
#include <algorithm>#include <memory>#include <vector>#include <climits>#include "picture_indexed.h"クラス | |
| class | eunomia::implement_::ColourChannelRange_ |
| 色要素の範圍情報 [詳解] | |
| class | eunomia::implement_::PixelRange_ |
| メディアンカットで用ゐるヒストグラムの範圍情報 [詳解] | |
| class | eunomia::implement_::PaletteFinder_ |
| パレット選擇用クラス [詳解] | |
名前空間 | |
| namespace | eunomia |
| namespace | eunomia::implement_ |
関数 | |
| template<class C_ > | |
| void | eunomia::implement_::generatePalette_ (const ImageBuffer< C_ > &image, RgbColour palette[]) |
| パレット生成 | |
| template<class C_ > | |
| void | eunomia::implement_::decreaseColourUsingErrorDiffusion_ (const ImageBuffer< C_ > &src, PictureIndexed &dst, const PaletteFinder_ &pf) |
| 誤差分散法による減色處理 | |
| template<class C_ > | |
| void | eunomia::implement_::decreaseColourSimply_ (const ImageBuffer< C_ > &src, PictureIndexed &dst, const PaletteFinder_ &pf) |
| 單純近似による減色處理 | |