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.
我的图像尺寸为 107x149。我的过滤器内核大小为 75x75。将图像与内核卷积的最佳方法是什么(就速度而言)?注意:过滤器是不可分离的。
通用cv::filter2D对于这种情况已经足够了。它使用基于 DFT 的算法来获得足够大的内核。
cv::filter2D