<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Lucida Console";
        panose-1:2 11 6 9 4 5 4 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EstiloCorreo17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ES link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;font-family:"Lucida Console";color:#333333;mso-fareast-language:ES'>Hello !!<br><br><br><br>I have a problem that I would like to tell you because is about some days<br>that I don&#8217;t have new ideas. Thanks in advanced J<br><br><br><br>I have an image pointed with a double* pointer, and I want to translate it<br>into itk::smartpointer for updating the user graphic interface, for this<br>purpose I made this method :<br><br><br><br><br><br>void prueba_r01::double2itk( double *im_proc, ImageType::Pointer *salida,<br>int alto, int ancho)<br><br>// This method translate the double* image into itk:smartpointer image<br><br>&nbsp; &nbsp; &nbsp; ImageType::IndexType pixelIndex; // pixelIndex[0]= index x-axis;<br>pixelIndex[1] = index y-axisy<br><br>&nbsp; &nbsp; &nbsp; ImageType::PixelType pixelValue;<br><br>&nbsp; &nbsp; &nbsp; ImageType::PixelType aux; //auxiliar variable for checking the<br>behaviour of the programm<br><br><br><br>&nbsp; &nbsp; &nbsp; // Doing a sweep of all the image (is in double *im_proc)<br>translating the values into itk pointer format<br><br>&nbsp; &nbsp; &nbsp; for (int x=0; x&lt;ancho; x++){ // ancho: widht of the image<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pixelIndex[0]=x;//x position<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (int y=0; y&lt;alto; y++){ // alto: height of the image<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pixelIndex[1]=y;//y position<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pixelValue= *(im_proc+x+ancho*y);<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (*salida)-&gt;SetPixel(pixelIndex,pixelValue);<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; aux = (*salida)-&gt;GetPixel(pixelIndex); // checking that<br>the image has been correctly transtaled from im_proc to salida-- &gt; CHECKED<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br><br><br><br>&nbsp; &nbsp; &nbsp; }<br><br>}<br><br>And then is called here:<br><br>//Translation of the double* image into itk:smartpointer image<br><br>&nbsp; &nbsp; &nbsp; double2itk(out_inv, &amp;(ui.imageframe-&gt;imagereader), alto, ancho);<br><br><br><br>And after that, the user interface is updated:<br><br><br><br>// Update of the image shonw in the user interface<br><br>&nbsp; &nbsp; &nbsp; ui.imageframe-&gt;update();<br><br><br><br>The problem is that it seems that everything is working correctly, but the<br>image in the interface is not updated.<br><br>Another option also valid for my project could be to stored the image in a<br>&#8216;.bmp&#8217; or &#8216;.jpeg&#8217; file.<br><br>Could someone help me? Any ideas of what is not working properly? Is there<br>any function for creating this image files?<br><br>Thanks so much!!<br><br></span><span style='font-size:9.0pt;font-family:"Lucida Console";color:#333333;mso-fareast-language:ES'>Cheers<br><br><br><br>Antonio Gómez Barquero<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span lang=ES-TRAD style='font-size:8.0pt;mso-fareast-language:ES'>Ingeniero de Telecomunicaciones -Becario Investigador asociado a Actividades de I+D+I <o:p></o:p></span></p><p class=MsoNormal><span lang=ES-TRAD style='font-size:8.0pt;mso-fareast-language:ES'>GTTS ( Grupo de Tratamiento y Teoría de la Señal)[ </span><span style='font-size:8.0pt;mso-fareast-language:ES'><a href="http://gtts.upct.es/"><span style='color:blue'>http://gtts.upct.es/</span></a></span><span lang=ES-TRAD style='font-size:8.0pt;mso-fareast-language:ES'>]<o:p></o:p></span></p><p class=MsoNormal><span lang=ES-TRAD style='font-size:8.0pt;mso-fareast-language:ES'>UPCT (Universidad Politécnica de Cartagena)[ </span><span style='font-size:8.0pt;mso-fareast-language:ES'><a href="http://www.upct.es/"><span style='color:blue'>http://www.upct.es/</span></a>]</span><span lang=ES-TRAD style='font-size:8.0pt;mso-fareast-language:ES'><o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>