Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
imnoise :imnoise(A, 'salt & pepper', [density]) でノイズの多い画像を作成できるように。特定の密度のランダム ノイズを追加する方法は?
imnoise :imnoise
加法的ホワイト ガウス ノイズ (AWGN)?
z = mu + randn(size(im)).*sigma; im = im + z;