From: John Russ Subject: Re: convolution filter Date: 19 Jul 2000 00:00:00 GMT Message-ID: <39759F97.F4EFEF91@AOL.com> Content-Transfer-Encoding: 7bit References: <8l2rue$aev$1@wanadoo.fr> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" X-Trace: news2.mco 964009726 208.61.96.241 (Wed, 19 Jul 2000 08:28:46 EDT) MIME-Version: 1.0 NNTP-Posting-Date: Wed, 19 Jul 2000 08:28:46 EDT Newsgroups: comp.graphics.algorithms Gordy wrote: > a color, you would have to apply that to each channel > > > When they speak about Pixel value in a convolution filter what does that > > mean exactly ? > > > > To apply a linear filter, > > BUT WHAT IS Pixel ??? > > A Color ? A Lightness ? Actually, applying convolutions to the RGB channels in an image is usually wrong. For most purposes processing the image in an HSI space and modifying only the I channel, leaving the color information alone, produces the best results