niiyan/2006-04-15 のバックアップソース(No.5)

*** [[ExtendedBilateral v0.6.0.0 beta 1:http://www.ece.ualberta.ca/~adityab/ExtendedBilateral/]] [#x8e7d129]

-変更点(ExtendedBilateral readme.txtより一部を引用)
>0.6.0.0 beta 1	-Removed the "final" parameter.(中略)
>		+Changed the "chroma" parameter to an integer type to allow the chroma plane to be
>		 processed on its own and also renamed it to "plane."(中略)
>		+Added the "pad" parameter.  Option 0 (no padding) is currently broken, and if you set it to
>		 0 the filter will pretend you never set it to zero and use the default value of 2.(中略)
>		-Massive code rewrite/clean up (what do you expect after I come back to it after 10 months?).
>		-Added a couple of things in the readme.(以下略)

-Doom9's Forum 関連スレッド
--[[filter: ExtendedBilateral - Doom9's Forum:http://forum.doom9.org/showthread.php?t=96015]]

-ノイズ除去(2D)に追加しました。
-バイラテラル・フィルタ(Bilateral Filter)については、以下のページを参照。
--[[Bilateral Filter の解説:http://www.geocities.jp/mailkuroiwa/bilateralfilter.html]]

*** [[ImageSequence ワイルドカードバージョン(imagesequence_25_dll_20060414):http://www.avisynth.org/warpenterprises/index.html#imagesequence]] [#i0a78563]

-変更点
--ワイルドカードを使ったファイル名の指定に対応。
--CORONA.DLLが不要に。
--RawSequenceフィルタの追加。
--詳しくは、下記を参照。
>[[ImageSequence: wildcard version - Doom9's Forum:http://forum.doom9.org/showthread.php?t=109997]]
>* a new mode for seeking the pictures. You can give a wildcard expression (as if you would type e.g. "dir test*.jpg") and the filter will find all matching files (it searches subfolders, too).
>* only corona.lib is used and it is compiled to one DLL, so you don't need any extra DLL.
>* can read raw image files (just as RawSource can)

-ImageSequenceプラグインは、AviSynth内蔵のImageSourceフィルタの元になったものです。
-ビデオ入力プラグインの中のImageSequenceに関する情報を更新しました。

*** [[FRFun3(FRFun4):http://forum.doom9.org/showthread.php?p=813662#post813662]] / [[FRFun3b:http://forum.doom9.org/showthread.php?p=813721#post813721]] [#n96742b8]

-ノイズ除去フィルタ。
>[[Big DVD Noise - Page 2 - Doom9's Forum:http://forum.doom9.org/showthread.php?p=813719#post813719]]
>>Quote:
>>Originally Posted by Alain2
>>Can you roughly say what type of denoising is involved in this plugin ? I am always interested in understanding a bit what a filter is doing :)
>Very roughly: Fractal denosing!

-SoulHunter氏作?
-FRFun3とFRFun3bの違い
>[[Big DVD Noise - Page 2 - Doom9's Forum:http://forum.doom9.org/showthread.php?p=813886#post813886]]
>Erm, you are right, while FRFun3 used floats FRFun3b uses ints... O.o

-Doom9's Forum 関連スレッド
--[[Big DVD Noise - Doom9's Forum:http://forum.doom9.org/showthread.php?t=109925]]
--[[Fractal denoising: FRFun - Doom9's Forum:http://forum.doom9.org/showthread.php?t=110200]]
-(2006-04-20 追記)[[FRFun3b with float threshold:http://forum.doom9.org/showthread.php?p=815610#post815610]]がリリースされています。niiyan/2006-04-20を参照。
-(2006-04-20 23:48:46 追記)FRFun3はダウンロードできなくなったようです。FRFun3bとFRFun4(2D+時間軸?)は、[[Soulhunters crappy website:http://soulhunter.chronocrossdev.com/index.html#003]]からダウンロードできます。