Ask Your Question

mgcthhh's profile - activity

2013-09-10 09:10:18 -0600 commented question Gaussian smoothing of cv::Mat column

It does not work. Should the ksize be also a single column?

2013-09-10 07:00:17 -0600 commented question Gaussian smoothing of cv::Mat column

No, I thought this would work only for images... Im trying to pass each column seperately into cv::GaussianBlur, but how to find out ksize and sigma?

2013-09-10 06:24:46 -0600 asked a question Gaussian smoothing of cv::Mat column

Hi,

I'm very new to OpenCV and I have a short Question:

I have a cv::Mat with 3 columns and I want to smooth each column with gaussian blur.

Can anyone help me?