<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/Introducing-Image-Watch/rss"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/114b/ccb730e1-c17a-4c92-8ab3-da912aeb114b/IntroImageWatch_220.jpg</url>
		<title>Channel 9 - Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<link></link>
	</image>
	<description>Image Watch is a new Visual Studio 2012 plug-in for debugging C&amp;#43;&amp;#43; image and video processing applications, for example photo or augmented reality apps. Image Watch provides a watch window that can display in-memory bitmaps during debugging, so you no longer need to litter your code with &amp;quot;save-this-intermediate-image-to-a-file&amp;quot; statements when tracking down bugs. The initial release has built-in support for&amp;nbsp;OpenCV image&amp;nbsp;types and can be extended for viewing user-defined image types as well. Here, Wolf Kienzle, Senior Research Developer, Interactive Visual Media group, Microsoft Research&amp;nbsp;Redmond, explains and demos this excellent new tool for C&amp;#43;&amp;#43; developers building image, video or augmented reality apps. In effect, you can step into pixels. Excellent! </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 16:21:53 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 16:21:53 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>Very cool, it's almost like having the <a title="Processing" href="http://www.processing.org" target="_blank">Processing</a> environment in the VC&#43;&#43; IDE!&nbsp;</p><p>posted by tomkirbygreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634975891987614250</link>
		<pubDate>Wed, 27 Feb 2013 19:13:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634975891987614250</guid>
		<dc:creator>tomkirbygreen</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>I agree. Very cool.</p><p>This should be integrated in all future versions of VS supporting all languages. (including all .NET framework image types of course)</p><p>posted by n0x30n</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634975930541530078</link>
		<pubDate>Wed, 27 Feb 2013 20:17:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634975930541530078</guid>
		<dc:creator>n0x30n</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>If you have technical questions you'd like addressed, we're going to dig into this in much more detail soon, so feel free to ask here.</p><p>C</p><p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976154708697085</link>
		<pubDate>Thu, 28 Feb 2013 02:31:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976154708697085</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[Does this only work with opencv&#63; Can you please give some more infos on video debugging&#63;<p>posted by daniel z</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976413931040805</link>
		<pubDate>Thu, 28 Feb 2013 09:43:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976413931040805</guid>
		<dc:creator>daniel z</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>Really amazing tool. Have worked with it barely one day and I'm already wondering how I could have ever lived without it.</p><p>Any chance we could get support for additional channel formats? For example, I'm currently working with OpenGL textures stored as ABGR. It would be awesome if you could add some more permutations there. Or maybe even a generic mechanism for mapping color channels? After all, as inhabitants of the C&#43;&#43; land we are not afraid of bitmasks.</p><p>posted by ComicSansMS</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976793159131724</link>
		<pubDate>Thu, 28 Feb 2013 20:15:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976793159131724</guid>
		<dc:creator>ComicSansMS</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>@<a href="/posts/Introducing-Image-Watch#c634976413931040805">daniel z</a>: You can view your own image types; details are described <a href="http://research.microsoft.com/en-us/um/redmond/groups/ivm/imagewatchhelp/imagewatchhelp.htm">here</a>.&nbsp;Regarding your second question, Image Watch does not play videos, but you can view individual frames as long as they are in a supported format (uncompressed interleaved 8bit RGB, for example).</p><p>posted by wolfkienzle</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976885858470593</link>
		<pubDate>Thu, 28 Feb 2013 22:49:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976885858470593</guid>
		<dc:creator>wolfkienzle</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>@<a href="/posts/Introducing-Image-Watch#c634976793159131724">ComicSansMS</a>: Thanks! Yes, additional channel formats is something we are definitely considering. Please stay tuned!</p><p>posted by wolfkienzle</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976891454600391</link>
		<pubDate>Thu, 28 Feb 2013 22:59:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634976891454600391</guid>
		<dc:creator>wolfkienzle</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>Are you going to support planar images in the future?</p><p>posted by AlessandroV</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634979876479628112</link>
		<pubDate>Mon, 04 Mar 2013 09:54:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634979876479628112</guid>
		<dc:creator>AlessandroV</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>So close to being useful.&nbsp; We don't use OpenCV but would love to get the natvis description for some common MS formats such as:</p><p>Gdiplus::Bitmap, Gdiplus::Image,&nbsp;WIC Images, HBITMAP</p><p>posted by schroedl</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634980048898505949</link>
		<pubDate>Mon, 04 Mar 2013 14:41:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634980048898505949</guid>
		<dc:creator>schroedl</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>One other note, after installing this and restarting VS2012 Up1 my color scheme changed. I have the MS theme editor and it unexpectedly switched from the Light theme to a Red theme.</p><p>posted by schroedl</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634980049972100342</link>
		<pubDate>Mon, 04 Mar 2013 14:43:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634980049972100342</guid>
		<dc:creator>schroedl</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>@<a href="/posts/Introducing-Image-Watch#c634979876479628112">AlessandroV</a>: Yes, we are going to support planar images in the future, possibly with the next update. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by wolfkienzle</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981084288749401</link>
		<pubDate>Tue, 05 Mar 2013 19:27:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981084288749401</guid>
		<dc:creator>wolfkienzle</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>@<a href="/posts/Introducing-Image-Watch#c634980048898505949">schroedl</a>:&nbsp;The natvis description requires a pointer to the pixel data, which is not immediately accessibly with opaque handles like HBITMAP. That said, you can write natvis descriptions for the corresponding &quot;locked&quot; structures, e.g. BitmapData. We are currently working on a mechanism for supporting opaque types, but these are a bit tricky since you potentially need to run code in your app to get at the pixels.</p><p>posted by wolfkienzle</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981099140238297</link>
		<pubDate>Tue, 05 Mar 2013 19:51:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981099140238297</guid>
		<dc:creator>wolfkienzle</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[Really cool idea, thank you for sharing this&#33; I suppose that Windows-hosted OpenCV hackers will now have a huge advantage in comparison to others &#61;&#41;<p>posted by Kirill Kornyakov</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981645634551779</link>
		<pubDate>Wed, 06 Mar 2013 11:02:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981645634551779</guid>
		<dc:creator>Kirill Kornyakov</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[&#43;1 for &#34;So close to being useful&#34;. HICON, HBITMAP, HCURSOR, IWICBitmapSource, Gdiplus&#58;&#58;Bitmap and your potential user base expands by 100,000&#37;<p>posted by Axel Rietschin</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981802364501136</link>
		<pubDate>Wed, 06 Mar 2013 15:23:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634981802364501136</guid>
		<dc:creator>Axel Rietschin</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[I&#39;m having trouble displaying 4-channel data with the RGBA format. The image info says &#39;3 x UINT8 &#91;RGBA&#93;&#39; and the image displayed looks like it was drawn with a 3-byte pixel stride instead of 4 bytes. When I use BGRA format the stride is correct and the viewer says 4 x UINT8. Is this a bug or have I messed up my natvis somehow&#63;<br><br>Apart from that little issue I&#39;m really liking this plug-in. Thanks&#33;<p>posted by M Hogdahl</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634983966851331478</link>
		<pubDate>Sat, 09 Mar 2013 03:31:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634983966851331478</guid>
		<dc:creator>M Hogdahl</dc:creator>
	</item>
	<item>
		<title>Re: Introducing Image Watch - A VS 2012 Plug-In for C++ Image and Video Debugging</title>
		<description>
			<![CDATA[<p>@<a href="/posts/Introducing-Image-Watch#c634983966851331478">M Hogdahl</a>:Yes, that's a bug, sorry. We'll have that fixed in the next update. Please see the Q&amp;A section on the <a href="http://visualstudiogallery.msdn.microsoft.com/e682d542-7ef3-402c-b857-bbfba714f78d">VS Gallery page</a> for more information.</p><p>posted by wolfkienzle</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Introducing-Image-Watch#c634986148882048687</link>
		<pubDate>Mon, 11 Mar 2013 16:08:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Introducing-Image-Watch#c634986148882048687</guid>
		<dc:creator>wolfkienzle</dc:creator>
	</item>
</channel>
</rss>