Hi Weicheng, <div>We started refactoring  the video related code into itk modules after cvpr. </div><div>Not all the codes from the cvpr tutorial has made into current ITK yet. There are </div><div>ITKVideoCore, ITKVideoIO, ITKBridgeOpenCV and ITKBridgeVXL right now.</div>
<div><br></div><div>We were planning to refactor the video filtering code into a ITKVideoFiltering module later.</div><div>You could find the original files in github:</div><div><a href="https://github.com/PatrickCheng/ITK/tree/4b2cc7d77bc986beb656d8c29c449a33cab0afde/Modules/VideoFilters/Common/include">https://github.com/PatrickCheng/ITK/tree/4b2cc7d77bc986beb656d8c29c449a33cab0afde/Modules/VideoFilters/Common/include</a></div>
<div><br></div><div>Hope this helps.</div><div>Thanks.</div><div><br></div><div>-Xiaoxiao</div><div><br></div><div><br><div class="gmail_quote">On Fri, Dec 16, 2011 at 6:45 AM, SHEN, WEICHENG . <span dir="ltr">&lt;<a href="mailto:WEICHENG.SHEN@saic.com">WEICHENG.SHEN@saic.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Patrick and Xiaoxiao:<br>
<br>
I am learning the use of ITK-OpenCV-Bridge in ITK 4.0. Having completed the exercises of the &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot; inside the VirtualBox, I have attempted to build the exercises contained in the &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot; on my Windows 7 workstation using Visual Studio 2010, outside of the VirtualBox. I have already built the ITK version 4.0rc05 on my Windows 7 workstation.<br>

<br>
However, I found that &quot;itkImageFilterToVideoFilterWrapper.h&quot; and &quot;itkImageFilterToVideoFilterWrapper.hxx&quot; needed for building the exercises of the &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot; appear missing from the ITK version 4.0rc05.<br>

<br>
Do you guys know where these files might be located, or they are renamed to something else?<br>
<div class="im HOEnZb"><br>
Thanks,<br>
<br>
Weicheng Shen, Ph.D.<br>
Senior Scientist<br>
Science Applications International Corporation<br>
1710 SAIC Drive<br>
MailStop: 2-4-7<br>
McLean, VA 22102<br>
<a href="tel:%28703%29%20676-4189" value="+17036764189">(703) 676-4189</a><br>
<br>
<br>
-----Original Message-----<br>
From: Matt McCormick [mailto:<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>]<br>
</div><div class="im HOEnZb">Sent: Wednesday, December 14, 2011 6:47 PM<br>
To: SHEN, WEICHENG .<br>
</div><div class="HOEnZb"><div class="h5">Cc: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a>; Patrick Reynolds; Xiaoxiao Liu<br>
Subject: Re: [Insight-users] How To Build Exerceises in &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot;<br>
<br>
Hi Weicheng,<br>
<br>
I am not sure where this file moved or if it changed names.  Patrick or Xiaoxiao may know that information.<br>
<br>
In the &#39;tests&#39; directory of every module are unit tests.  These are a good place to look.  Do the FileListVideoIOTest from the ITKVideoIO module provide what you are looking for?<br>
<br>
Please &#39;Reply To All&#39; so the insight-user&#39;s list is always CC&#39;d.<br>
<br>
Thanks,<br>
Matt<br>
<br>
On Wed, Dec 14, 2011 at 5:51 PM, SHEN, WEICHENG .<br>
&lt;<a href="mailto:WEICHENG.SHEN@saic.com">WEICHENG.SHEN@saic.com</a>&gt; wrote:<br>
&gt; Hi Matt:<br>
&gt;<br>
&gt; OK, thanks! The specifica file I am looking for is &quot;itkImageFilterToVideoFilterWrapper.h&quot; and &quot;itkImageFilterToVideoFilterWrapper.hxx&quot;, both of them were contained in the home/tutorial/src/itkvido. I could not find these two header files in the module/video subdirectories of the itkv4 (I have build the itk 4.0 rc03 on my windows workstation). Are these two header files replaced by new files?<br>

&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Weicheng Shen, Ph.D.<br>
&gt; Senior Scientist<br>
&gt; Science Applications International Corporation 1710 SAIC Drive<br>
&gt; MailStop: 2-4-7<br>
&gt; McLean, VA 22102<br>
&gt; <a href="tel:%28703%29%20676-4189" value="+17036764189">(703) 676-4189</a><br>
&gt;<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: Matt McCormick [mailto:<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>]<br>
&gt; Sent: Wednesday, December 14, 2011 5:43 PM<br>
&gt; To: SHEN, WEICHENG .<br>
&gt; Subject: Re: [Insight-users] How To Build Exerceises in &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot;<br>
&gt;<br>
&gt; Hi Weicheng,<br>
&gt;<br>
&gt; Most of this code has been moved into the ITK repository for ITKv4.<br>
&gt; The code in ITKv4 is organized into modules, which are organized into groups.  This code can be found in the Video group.  The modules in the video group are found in the<br>
&gt;<br>
&gt;  Modules/Video<br>
&gt;<br>
&gt; directory of the source tree.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Matt<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 14, 2011 at 5:38 PM, SHEN, WEICHENG .<br>
&gt; &lt;<a href="mailto:WEICHENG.SHEN@saic.com">WEICHENG.SHEN@saic.com</a>&gt; wrote:<br>
&gt;&gt; Hi Matt:<br>
&gt;&gt;<br>
&gt;&gt; After I completed the all tutorial exercises in the virtual machine, I want to build these exercise in my Windows workstation. When I looked at the directory tree structure in the tutorial src inside the virtual machine, it appears that there are 4 subdirectories (in home/tutorial/src):<br>

&gt;&gt;<br>
&gt;&gt; 1. Cmake<br>
&gt;&gt; 2. ITK-OpenCV-Bridge-Tutorial<br>
&gt;&gt; 3. ITKVideo<br>
&gt;&gt; 4. opencv<br>
&gt;&gt;<br>
&gt;&gt; I tried to find the dowaloading site of them without much success. Could you point me to the site where I can download these files for building them in my Windows workstation?<br>
&gt;&gt;<br>
&gt;&gt; Your help will be greatly appreciated.<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt;<br>
&gt;&gt; Weicheng Shen, Ph.D.<br>
&gt;&gt; Senior Scientist<br>
&gt;&gt; Science Applications International Corporation 1710 SAIC Drive<br>
&gt;&gt; MailStop: 2-4-7<br>
&gt;&gt; McLean, VA 22102<br>
&gt;&gt; <a href="tel:%28703%29%20676-4189" value="+17036764189">(703) 676-4189</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: Matt McCormick [mailto:<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>]<br>
&gt;&gt; Sent: Tuesday, December 13, 2011 3:10 PM<br>
&gt;&gt; To: SHEN, WEICHENG .; <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
&gt;&gt; Subject: Re: [Insight-users] How To Build Exerceises in &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot;<br>
&gt;&gt;<br>
&gt;&gt; Hi Weicheng,<br>
&gt;&gt;<br>
&gt;&gt; You can download ITK with git:<br>
&gt;&gt;<br>
&gt;&gt;  <a href="http://www.itk.org/Wiki/ITK/Git/Download" target="_blank">http://www.itk.org/Wiki/ITK/Git/Download</a><br>
&gt;&gt;<br>
&gt;&gt; A zip file will also be available next week here:<br>
&gt;&gt;<br>
&gt;&gt;  <a href="http://itk.org/ITK/resources/software.html" target="_blank">http://itk.org/ITK/resources/software.html</a><br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Matt<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Dec 13, 2011 at 2:57 PM, SHEN, WEICHENG .<br>
&gt;&gt; &lt;<a href="mailto:WEICHENG.SHEN@saic.com">WEICHENG.SHEN@saic.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Hi Matt:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks! I now can work through the exercises in the &quot;OpenCV ITK Bridge Tutorial&quot; using the VitualBox, and really appreciate you timely help.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On the other hand, where can I download the ITK version 4 source code (I want build it on my Window 7 workstation)?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Weicheng Shen, Ph.D.<br>
&gt;&gt;&gt; Senior Scientist<br>
&gt;&gt;&gt; Science Applications International Corporation 1710 SAIC Drive<br>
&gt;&gt;&gt; MailStop: 2-4-7<br>
&gt;&gt;&gt; McLean, VA 22102<br>
&gt;&gt;&gt; <a href="tel:%28703%29%20676-4189" value="+17036764189">(703) 676-4189</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt; From: Matt McCormick [mailto:<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>]<br>
&gt;&gt;&gt; Sent: Sunday, December 11, 2011 11:27 PM<br>
&gt;&gt;&gt; To: SHEN, WEICHENG .<br>
&gt;&gt;&gt; Cc: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
&gt;&gt;&gt; Subject: Re: [Insight-users] How To Build Exerceises in &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Weicheng,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You will need ITKv4 for OpenCV support.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Virtual Machines for the tutorial with the all the software installed can be found here:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;  <a href="http://midas.kitware.com/community/view/50" target="_blank">http://midas.kitware.com/community/view/50</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt; Matt<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Sun, Dec 11, 2011 at 9:55 PM, SHEN, WEICHENG .<br>
&gt;&gt;&gt; &lt;<a href="mailto:WEICHENG.SHEN@saic.com">WEICHENG.SHEN@saic.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; I am interested in learning how to build ITK with OpenCV (by  CMake)<br>
&gt;&gt;&gt;&gt; under Visual Studio 2010. My current platform configuration includes<br>
&gt;&gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt; following:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 1. Window 7 (64-bit)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 2. ITK (version 3.20.1, 64-bit)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 3. OpenCV (version 2.2., 64-bit)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; 4. CMake 2.8.5<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I downloaded<br>
&gt;&gt;&gt;&gt; &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial-ea3819b.zip&quot;,<br>
&gt;&gt;&gt;&gt; and &quot;ITKOpenCVBridgeTutorial.pdf&quot;. I can&#39;t build them the projects<br>
&gt;&gt;&gt;&gt; contained in<br>
&gt;&gt;&gt;&gt; &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial-ea3819b.zip&quot;<br>
&gt;&gt;&gt;&gt; under Window 7, CMake 2.8.5, and Visual Studio 2010. By reading the<br>
&gt;&gt;&gt;&gt; &quot;ITKOpenCVBridgeTutorial.pdf&quot;, I found that I need to install the<br>
&gt;&gt;&gt;&gt; VitualBox on my machine (VirtualBox-4.0.8-71778-Win.exe (Windows)),<br>
&gt;&gt;&gt;&gt; and I did so. The tutorial also instruct me to import the following<br>
&gt;&gt;&gt;&gt; files, which I can&#39;t find in your site, for preparation of building<br>
&gt;&gt;&gt;&gt; the files in<br>
&gt;&gt;&gt;&gt; &quot;InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial-ea3819b.zip&quot;:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; a. &quot;859d59f9-ed19-4aa2-9cd6-a852ba47cdac.vmdk&quot;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; b. &quot;OpenCV-ITK.ovf&quot;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I understand that you have distributed these files (a and b) on a USB<br>
&gt;&gt;&gt;&gt; drive or a DVD. Are they available for downloading? If not, how can I<br>
&gt;&gt;&gt;&gt; access them so that I can go through your tutorial files?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Your help will be greatly appreciated.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Weicheng<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _____________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt;&gt;&gt;<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br></div><div><br></div>---------------------------------------------<br><b>Xiaoxiao Liu</b>, Ph.D.<div><div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">R &amp; D Engineer</span></font></div>
<div><div><a href="http://www.kitware.com/" target="_blank">Kitware Inc</a>.</div></div><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px">Clifton Park, NY</span><div><div>Phone: (518) 881-4924  or  <span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px">(518) 371-3971 x124</span></div>
<div><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height:31px;font-size:x-small"><br></span></font></div></div></div></div></div><br>
</div>