Ask Your Question
1

Gaussian filter in color image

asked Aug 1 '13

rgap gravatar image

Hi, How is Gaussian filter implemented for color images (3 channels) ?

Thanks

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Aug 2 '13

berak gravatar image

like that ?

Preview: (hide)

Comments

I wanted to know how is the algorithm, because i know that its a kernel used for filtering the image, but this is for grayscale (1 channel). I can imply that the filtering its aplied in each channel. berak!!

rgap gravatar imagergap (Aug 21 '13)edit

from the docs:

src – input image; the image can have any number of channels, which are processed independently, but the depth should be CV_8U, CV_16U, CV_16S, CV_32F or CV_64F.

berak gravatar imageberak (Aug 21 '13)edit

Question Tools

Stats

Asked: Aug 1 '13

Seen: 1,055 times

Last updated: Aug 01 '13