I am a neophyte of opencv. I should perform operations for a project involving the use of a 2D low-pass Gaussian filter. The OpenCV that I use are 2.2 and inside there are two functions: filter2d () and GaussianBlur ().
Perform the same work? Let me explain, if filter2d () step a Gaussian kernel getGaussiankernel created with () and apply the filter and run it directly with GaussianBlur (), I will have the same result? It 'obvious that I will adopt the same values for the two kernel functions.
