Color banding and noise removal - Doom9's Forum
- 3D (空間軸 + 時間軸) ノイズ除去後にピクセル値のビット深度を 1 または 2 増加させるディザリング関数集。
- Pre (Dither1Pre/Dither2Pre) と Post (DitherPost) の 2 段階に分けて行われる。
- cretindesalpes 氏作。
- v1.1 から DitherPost 関数が 1 つに統合された。
- v1.1 から DitherBuildMask と DitherTestPatterns が追加された。
動作に必要なプラグイン/関数
- MaskTools 2 (mt_masktools)
- dfttest 1.6 mod16a (オプション)
- dfttest の改造版(同梱)
- NoiseGenerator (オプション)
変更点
http://forum.doom9.org/showthread.php?p=1386559#post1386559 によると、次のような変更が行われました:
- Dither1Post, Dither2Post, Dither8Post の DitherPost への統合
- 新たなディザリングパターンの追加、および、テスト関数(DitherTestPatterns)の追加。
- マスク関数(DitherBuildMask)の追加、など。
以下、引用です:
http://forum.doom9.org/showthread.php?p=1386559#post1386559
# v1.1, 2010.05.06
# - Merged the DitherPost functions into a single one
# - Fixed the static pattern for chroma in 1-bit dithering.
# - Strengthened the protection method and made it optional
# - Added new dithering patterns and a test function.
# - Added a masking function

