Path: news.mathworks.com!not-for-mail
From: "Jeevashini" <vashini13@mathwork.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Neural Network Training for Image Classification
Date: Wed, 4 Feb 2009 20:22:01 +0000 (UTC)
Organization: Informatics Institute of Technology
Lines: 4
Message-ID: <gmctd9$2nq$1@fred.mathworks.com>
References: <gln4r9$cqh$1@fred.mathworks.com> <gm185i$klu$1@fred.mathworks.com>
Reply-To: "Jeevashini" <vashini13@mathwork.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1233778921 2810 172.30.248.35 (4 Feb 2009 20:22:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 4 Feb 2009 20:22:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1171339
Xref: news.mathworks.com comp.soft-sys.matlab:516137


"Tak " <lauhotak@hotmail.com> wrote in message <gm185i$klu$1@fred.mathworks.com>...
> what is the meaning of 8x2x2=32 HSV histograms ?
> 
It means Hue has 8 bins, Saturation and Value has 2 bins each. Therefore, as a combination of each of the 8 Hue bins to each of the 2 Saturation bins and 2 Value bins, we get 32 HSV bins. That will be used as the input vector.