<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.6148" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011>Hi Xiaoxiao:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011>After I built the "BasicFilteringITKOpenCVBridge" 
project on my Windows 7 workstation (64-bit) using MS Visual Studio 2010, I was 
able to test the images of certain number of columns. It appears that&nbsp;the 
function "BridgeType::CVMatToITKImage"&nbsp;works for the images of 128, 256, 
and 512 columns (perhaps other number of powers of 2 as well). However, It does 
not seem to work correctly when the columns numbers of the tested images are of 
255 and 553 (which are the ones that I have tested). </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011>The above observation was made for the ITK 4.0rc5. I 
wonder if it has been fixed in the subsequent releases?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=084592821-19122011>Thanks,</SPAN></FONT></DIV><!-- Converted from text/plain format -->
<P><FONT size=2>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>(703) 676-4189<BR><BR></FONT></P>
<DIV>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> SHEN, WEICHENG . <BR><B>Sent:</B> Sunday, 
December 18, 2011 1:28 PM<BR><B>To:</B> Xiaoxiao Liu<BR><B>Cc:</B> Matt 
McCormick; insight-users@itk.org; Patrick Reynolds<BR><B>Subject:</B> RE: 
[Insight-users] How To Build Exerceises in 
"InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial"<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV id=idOWAReplyText24335 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Hi Xiaoxiao:</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Thanks for the info! It really 
helps.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Weicheng</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Xiaoxiao Liu 
[mailto:xiaoxiao.liu@kitware.com]<BR><B>Sent:</B> Fri 12/16/2011 11:41 
AM<BR><B>To:</B> SHEN, WEICHENG .<BR><B>Cc:</B> Matt McCormick; 
insight-users@itk.org; Patrick Reynolds<BR><B>Subject:</B> Re: [Insight-users] 
How To Build Exerceises in 
"InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial"<BR></FONT><BR></DIV>
<DIV>Hi Weicheng,&nbsp; 
<DIV>We started refactoring &nbsp;the video related code into itk modules after 
cvpr.&nbsp;</DIV>
<DIV>Not all the codes from the cvpr tutorial has made into current ITK yet. 
There are&nbsp;</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="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">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 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial" inside the VirtualBox, 
  I have attempted to build the exercises contained in the 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial" 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 
  "itkImageFilterToVideoFilterWrapper.h" and 
  "itkImageFilterToVideoFilterWrapper.hxx" needed for building the exercises of 
  the "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial" 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="" 
  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 "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial"<BR><BR>Hi 
  Weicheng,<BR><BR>I am not sure where this file moved or if it changed names. 
  &nbsp;Patrick or Xiaoxiao may know that information.<BR><BR>In the 'tests' 
  directory of every module are unit tests. &nbsp;These are a good place to 
  look. &nbsp;Do the FileListVideoIOTest from the ITKVideoIO module provide what 
  you are looking for?<BR><BR>Please 'Reply To All' so the insight-user's list 
  is always CC'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 "itkImageFilterToVideoFilterWrapper.h" and 
  "itkImageFilterToVideoFilterWrapper.hxx", 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="" 
  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 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial"<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. &nbsp;This code can be found in the Video 
  group. &nbsp;The modules in the video group are found in the<BR>&gt;<BR>&gt; 
  &nbsp;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="" 
  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 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial"<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; &nbsp;<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; 
  &nbsp;<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 "OpenCV ITK Bridge Tutorial" 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="" 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 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial"<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; &nbsp;<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&nbsp; 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; 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial-ea3819b.zip",<BR>&gt;&gt;&gt;&gt; 
  and "ITKOpenCVBridgeTutorial.pdf". I can't build them the 
  projects<BR>&gt;&gt;&gt;&gt; contained in<BR>&gt;&gt;&gt;&gt; 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial-ea3819b.zip"<BR>&gt;&gt;&gt;&gt; 
  under Window 7, CMake 2.8.5, and Visual Studio 2010. By reading 
  the<BR>&gt;&gt;&gt;&gt; "ITKOpenCVBridgeTutorial.pdf", 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't find in your site, for preparation of 
  building<BR>&gt;&gt;&gt;&gt; the files in<BR>&gt;&gt;&gt;&gt; 
  "InsightSoftwareConsortium-ITK-OpenCV-Bridge-Tutorial-ea3819b.zip":<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; 
  a. 
  "859d59f9-ed19-4aa2-9cd6-a852ba47cdac.vmdk"<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt; 
  b. "OpenCV-ITK.ovf"<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="FONT-SIZE: 13px; FONT-FAMILY: arial,sans-serif; BORDER-COLLAPSE: collapse">Clifton 
Park, NY</SPAN> 
<DIV>
<DIV>Phone: (518) 881-4924 &nbsp;or &nbsp;<SPAN 
style="FONT-SIZE: 13px; COLOR: rgb(136,136,136); FONT-FAMILY: arial,sans-serif; BORDER-COLLAPSE: collapse">(518) 
371-3971 x124</SPAN></DIV>
<DIV><FONT face="Verdana, Arial, Helvetica, sans-serif"><SPAN 
style="FONT-SIZE: x-small; LINE-HEIGHT: 31px"><BR></SPAN></FONT></DIV></DIV></DIV></DIV></DIV><BR></DIV></DIV></BODY></HTML>