問題タブ [bilinear-interpolation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - バイリニア/バイキュービック補間は、各カラー チャネルで個別に動作しますか?
scipy.ndimage.interpolation.zoom
バイリニア補間またはバイキュービック補間のいずれかを使用しています(正しければ、次数= 1または3)。
https://docs.scipy.org/doc/scipy-0.15.1/reference/generated/scipy.ndimage.interpolation.zoom.html
RGB 画像を操作する場合、バイリニア/バイキュービック補間アルゴリズムは各カラー チャネルで独立して動作しますか?それとも、カラー チャネル間に何らかの依存関係がありますか?