<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>Thanks!!!!!!!!!!!!!!!!! Now my code go right!<br>Daniela<br><br>&gt; Date: Sat, 22 May 2010 07:03:56 -0400<br>&gt; Subject: Re: [Insight-users] Problem with GetLargestPossibleRegion().GetSize()<br>&gt; From: bill.lorensen@gmail.com<br>&gt; To: danysunflower@hotmail.it<br>&gt; CC: insight-users@itk.org<br>&gt; <br>&gt; Before you ask for the output of the you must:<br>&gt; reader-&gt;Update();<br>&gt; <br>&gt; <br>&gt; On Sat, May 22, 2010 at 6:02 AM, Daniela Sacchetto<br>&gt; &lt;danysunflower@hotmail.it&gt; wrote:<br>&gt; &gt; Hi<br>&gt; &gt; I'm trying to get image size but I always obtain 0x0x0....<br>&gt; &gt; The code that I'm using is:<br>&gt; &gt;<br>&gt; &gt; [...]<br>&gt; &gt;<br>&gt; &gt; &nbsp; typedef itk::Image&lt; PixelType,&nbsp; Dimension &gt;&nbsp;&nbsp; ImageType;<br>&gt; &gt;<br>&gt; &gt; &nbsp; typedef ImageType::SizeType SizeType;<br>&gt; &gt;<br>&gt; &gt; &nbsp; typedef itk::ImageFileReader&lt; ImageType &gt;&nbsp; ReaderType;<br>&gt; &gt; &nbsp; typedef itk::ImageFileWriter&lt; ImageType &gt;&nbsp; WriterType;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; &nbsp; ReaderType::Pointer reader = ReaderType::New();<br>&gt; &gt; &nbsp; WriterType::Pointer writer = WriterType::New();<br>&gt; &gt;<br>&gt; &gt; &nbsp; reader-&gt;SetFileName( argv[1] );<br>&gt; &gt; &nbsp; writer-&gt;SetFileName( argv[2] );<br>&gt; &gt;<br>&gt; &gt; &nbsp; ImageType::Pointer image = reader-&gt;GetOutput();<br>&gt; &gt; &nbsp; SizeType imageSize = image-&gt;GetLargestPossibleRegion().GetSize();<br>&gt; &gt;<br>&gt; &gt; &nbsp; std::cout &lt;&lt; "Image size: " &lt;&lt; imageSize[0] &lt;&lt; 'x' &lt;&lt; imageSize[1] &lt;&lt; 'x'<br>&gt; &gt; &lt;&lt; imageSize[2] &lt;&lt;std::endl;<br>&gt; &gt;<br>&gt; &gt; [...]<br>&gt; &gt;<br>&gt; &gt; Giving a 800x500x97 DICOM ultrasound image (RGB) I continue to obtain 0x0x0<br>&gt; &gt; on my shell....<br>&gt; &gt; Could anyone help me?<br>&gt; &gt;<br>&gt; &gt; Thanks,<br>&gt; &gt; Daniela<br>&gt; &gt;<br>&gt; &gt; P.S. My image is a Dicom Image downloaded from ecography....I can't open<br>&gt; &gt; that with ImageJ because it is a compressed dicom image ... Could it be a<br>&gt; &gt; problem to use GetLargestPossibleRegion()? I don't believe but I don't<br>&gt; &gt; understand why my code is wrong.....<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Tanti account di posta? Unisci tutto sotto Hotmail<br>&gt; &gt; _____________________________________<br>&gt; &gt; Powered by www.kitware.com<br>&gt; &gt;<br>&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt; http://www.kitware.com/opensource/opensource.html<br>&gt; &gt;<br>&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>&gt; &gt; http://www.kitware.com/products/protraining.html<br>&gt; &gt;<br>&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>&gt; &gt; http://www.itk.org/Wiki/ITK_FAQ<br>&gt; &gt;<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<br>&gt; &gt;<br>&gt; &gt;<br>                                               <br /><hr />Che w_b sarebbe senza la "e"? <a href='http://events.it.msn.com/internet-explorer-8' target='_new'> Scarica Internet Explorer 8</a></body>
</html>