OPENCV convolution for big kernels with size nearly equal to image -


my image of size 107x149. , filter kernel of size 75x75. best way(in terms of speed) convolve image kernel? note : filters non-separable.

generic cv::filter2d enough such case. uses dft-based algorithm sufficiently large kernels.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -