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.
scipy.generic_filter を使用して画像を処理しようとしています。ただし、適用する関数内でウィンドウをさらにサブセット化する必要があります。つまり、汎用フィルター内で 2D ウィンドウを 1D 配列に変換するために使用されるプロセス (関数) を知る必要があるため、適用された関数内で 2D 配列を正しい方法で再作成できます。scipy フィルターが 2D を 1D に再形成するために使用する関数を知っている人はいますか?