Downsample

Downsample[array,n]

n 個ごとの要素をサンプルに取って配列をダウンサンプルしたものを返す.

Downsample[array,n,offset]

位置 offset の要素からサンプリングを始める.

Downsample[image,]

画像をダウンサンプルする.

詳細

  • Downsample[array,]では,array は任意の階数の配列でよい.
  • Downsampleは,任意階数の配列と2Dおよび3Dの画像に使うことができる.
  • Downsample[array,{n1,n2,}]i 次元の niごとの要素をサンプリングする.
  • Downsample[array,n]Downsample[array,n,1]と等価である.
  • Downsample[array,n,offset]では,offset1から n までの整数でなければならない.

例題

すべて開くすべて閉じる

  (4)

2を因数としてリストをダウンサンプルする:

2D配列をダウンサンプルする:

2を因数として画像をダウンサンプルする:

3D画像をダウンサンプルする:

スコープ  (4)

3を因数としてリストをダウンサンプルする:

オフセットを使う:

各次元で異なるサンプリング因数を使う:

記号配列をダウンサンプルする:

画像をダウンサンプルする:

2をオフセットに使ってダウンサンプリングを行う:

アプリケーション  (2)

反復的なぼかしとダウンサンプリングを使って画像のピラミッドを作る:

平滑化フィルタを使って信号をダウンサンプルする:

より高速の実装はダウンサンプルされた信号とフィルタにたたみ込みを加える:

Wolfram Research (2012), Downsample, Wolfram言語関数, https://reference.wolfram.com/language/ref/Downsample.html (2016年に更新).

テキスト

Wolfram Research (2012), Downsample, Wolfram言語関数, https://reference.wolfram.com/language/ref/Downsample.html (2016年に更新).

CMS

Wolfram Language. 2012. "Downsample." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/Downsample.html.

APA

Wolfram Language. (2012). Downsample. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Downsample.html

BibTeX

@misc{reference.wolfram_2024_downsample, author="Wolfram Research", title="{Downsample}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/Downsample.html}", note=[Accessed: 25-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_downsample, organization={Wolfram Research}, title={Downsample}, year={2016}, url={https://reference.wolfram.com/language/ref/Downsample.html}, note=[Accessed: 25-November-2024 ]}