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
Post a Comment