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.
medianBlur を使用するには、どのライブラリをインポートする必要がありますか? 誰かがサンプルコードを提供できますか? ありがとうございました。
cvSmooth(srcImage, smoothImage, CV_MEDIAN, 3, 0, 0, 0);
3 はカーネル サイズです。