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

javascript - Image onload event not firing in firefox -

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -