<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: All about pixel colors: Summary</title>
	<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at &#60;a href="http://www.mathworks.com/"&#62;The MathWorks&#60;/a&#62; and coauthored &#60;a href="http://www.mathworks.com/support/books/book5291.html?category=-1&#38;language=-1"&#62;Digital Image Processing Using MATLAB&#60;/a&#62;. He writes here about image processing concepts, algorithm implementations, and MATLAB.&#60;br&#62;&#60;br&#62;&#60;img&#62;</description>
	<pubDate>Mon, 23 Nov 2009 01:23:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-22198</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:27:52 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-22198</guid>
		<description>Yasotha&#8212;What do you mean by unique color identification?</description>
		<content:encoded><![CDATA[<p>Yasotha&mdash;What do you mean by unique color identification?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasotha.l</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-22197</link>
		<dc:creator>yasotha.l</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:25:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-22197</guid>
		<description>hi
 i'm a student and i would like to know about unique color identication in any image and the place of the pixel position.</description>
		<content:encoded><![CDATA[<p>hi<br />
 i&#8217;m a student and i would like to know about unique color identication in any image and the place of the pixel position.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-14956</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 13 Nov 2007 14:53:02 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-14956</guid>
		<description>Abhijit&#8212;I'm not sure that your question makes sense. Except for laser light, the light arriving at any particular sensor has a full spectrum of wavelengths, not just one.  That spectrum is filtered according to the characteristic color of the sensor (e.g., red, green, or blue), and a single number recorded.  Then the numbers for several neighboring single-color sensors (red, green, and blue) are combined in some way to produce a single RGB pixel.</description>
		<content:encoded><![CDATA[<p>Abhijit&mdash;I&#8217;m not sure that your question makes sense. Except for laser light, the light arriving at any particular sensor has a full spectrum of wavelengths, not just one.  That spectrum is filtered according to the characteristic color of the sensor (e.g., red, green, or blue), and a single number recorded.  Then the numbers for several neighboring single-color sensors (red, green, and blue) are combined in some way to produce a single RGB pixel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-14928</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Tue, 13 Nov 2007 06:21:45 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-14928</guid>
		<description>Hi Steve,

After capturing the color image on the color CCD camera, I would like to find out at each pixel the wavelength. Can you please help me regarding the procedure I should follow in order to determine the wavelength at each pixel.

Please help. Thanks a lot.

Abhijit</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>After capturing the color image on the color CCD camera, I would like to find out at each pixel the wavelength. Can you please help me regarding the procedure I should follow in order to determine the wavelength at each pixel.</p>
<p>Please help. Thanks a lot.</p>
<p>Abhijit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6959</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 14 Aug 2007 13:35:38 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6959</guid>
		<description>Yicong&#8212;There are examples showing how to use the code in Chapter 8 of the book.  What other information are you looking for?</description>
		<content:encoded><![CDATA[<p>Yicong&mdash;There are examples showing how to use the code in Chapter 8 of the book.  What other information are you looking for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yicong</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6947</link>
		<dc:creator>Yicong</dc:creator>
		<pubDate>Fri, 10 Aug 2007 18:33:57 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6947</guid>
		<description>Steve,

I am working image scrambling in JPEG domain. I am looking the matlab code for JPEG encoding and decoding which can display the compressed result(JPEG image). but I didn't get it. the matlab code about JPEG compression in your book is only for the algorithm implementation, but how can I display the result of your code? 

Please help.

Thanks a lot.
Yicong</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>I am working image scrambling in JPEG domain. I am looking the matlab code for JPEG encoding and decoding which can display the compressed result(JPEG image). but I didn&#8217;t get it. the matlab code about JPEG compression in your book is only for the algorithm implementation, but how can I display the result of your code? </p>
<p>Please help.</p>
<p>Thanks a lot.<br />
Yicong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave T</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6890</link>
		<dc:creator>Dave T</dc:creator>
		<pubDate>Tue, 17 Jul 2007 20:19:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6890</guid>
		<description>khairiah,

The Image Acquisition Toolbox does not currently support still image cameras, so you will not be able to interface to your camera using Image Acquisition Toolbox.  

You will have to write code to interface to your camera.  The easiest way to do this would be to find an ActiveX control that can communicate with still image cameras and use MATLAB's ActiveX interface.</description>
		<content:encoded><![CDATA[<p>khairiah,</p>
<p>The Image Acquisition Toolbox does not currently support still image cameras, so you will not be able to interface to your camera using Image Acquisition Toolbox.  </p>
<p>You will have to write code to interface to your camera.  The easiest way to do this would be to find an ActiveX control that can communicate with still image cameras and use MATLAB&#8217;s ActiveX interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B NARSIMHACHARY</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6851</link>
		<dc:creator>B NARSIMHACHARY</dc:creator>
		<pubDate>Tue, 10 Jul 2007 09:39:29 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6851</guid>
		<description>I Want to know the National and International Experts in Image Processing</description>
		<content:encoded><![CDATA[<p>I Want to know the National and International Experts in Image Processing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khairiah</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6850</link>
		<dc:creator>khairiah</dc:creator>
		<pubDate>Tue, 10 Jul 2007 02:49:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6850</guid>
		<description>steve,
how if my camera is not scientific camera and also not firewire type camera but more to commercial type
digital camera.Ex Digital Still camera Sony DSC -F717.
It is I must have certain driver in order to use imaq.</description>
		<content:encoded><![CDATA[<p>steve,<br />
how if my camera is not scientific camera and also not firewire type camera but more to commercial type<br />
digital camera.Ex Digital Still camera Sony DSC -F717.<br />
It is I must have certain driver in order to use imaq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6846</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 09 Jul 2007 13:26:08 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/04/07/all-about-pixel-colors-wrapping-up/#comment-6846</guid>
		<description>Hussain&#8212;I'm sorry, but I can't help you with debugging your program.  Also, a blog comment isn't the best place for posting a lot of code, so I'm going to delete that part.</description>
		<content:encoded><![CDATA[<p>Hussain&mdash;I&#8217;m sorry, but I can&#8217;t help you with debugging your program.  Also, a blog comment isn&#8217;t the best place for posting a lot of code, so I&#8217;m going to delete that part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
