お知らせ: にーやんのブログ 2 に移転しました。こちらのブログは、2009 年末までに削除します。

スポンサード リンク

RemoveDirt 0.6.1

■RemoveDirt 0.6.1

バージョンアップしたようです。
どこが変わったのか、よくわからないのですが、soscillationとdoscillationがなくなって、pthresholdのデフォルト値が20に変わっているようです。

RemoveDirt
http://www.removedirt.de.tf/

○RemoveDirt簡易版(関数)

・soscillationとdoscillationを削除。
・pthresholdのデフォルト値を20に変更。

[書式]
SimpleRemoveDirt(dist, mthreshold, athreshold, pthreshold, tolerance, cthreshold)

[使用例]
SimpleRemoveDirt(1, 150, 50, 20, 12, 20)

[関数]
function SimpleRemoveDirt(clip clip, int "dist", int "mthreshold",
\ int "athreshold", int "pthreshold", int "tolerance", int "cthreshold")
{
#//--- デフォルト値の設定 ---//
dist = default(dist, 1)
mthreshold = default(mthreshold, 150)
athreshold = default(athreshold, 50)
pthreshold = default(pthreshold, 20)
tolerance = default(tolerance, 12)
cthreshold = default(cthreshold, pthreshold)

#//--- メイン ---//
clip = clip.RemoveDirt(dist=dist, mthreshold=mthreshold,
\ athreshold=athreshold, pthreshold=pthreshold, cthreshold=cthreshold,
\ tolerance=tolerance, mode=2, grey=false, debug=false, show=0)
return clip
}

スポンサード リンク

Recent entries from same category
TrackBack ping me at
Trackbacks
[ No TrackBack ]
Comments
[ No Comment ]
Post a comment

writeback message: There was a problem posting your writeback.













Remember the above info?

Preview here...

  • [Preview]ボタンをクリックすると、コメント内容をプレビューすることができます(JavaScript使用)。
  • スパム対策としてリファラチェックを行っています。セキュリティソフトの設定でリファラを無効にしていると投稿できません。
  • エントリの内容と無関係と思われるコメントやトラックバックは削除されます。
  • 当ブログへの言及リンクがないトラックバックはブロックされます。