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.
こんにちは、matlab でベースと高周波を検出するために、写真のように画像ピクセルの 25% を 0 にしたいと思います。
ありがとうございました
![中央のピクセルをゼロにする][1]
![境界ピクセルをゼロにする][2]
100x80の画像imgがあり、中央の25%をゼロに設定したい場合、次の方法で実行できます。
img
img(26:75,21:60) = 0;
これを一般化するのはそれほど難しいことではありません。
NaNまた、0ではなくに設定することもできます。試してみてください。
NaN