<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div style="font-size:13px">Hello colleagues,</div><div style="font-size:13px"><br></div><div style="font-size:13px">Medimsight is a new cloud platform that wants to help medical image analysis developers to share and enhance their analysis algorithms. We put at the same place, R&D and an easy UI for Clinicians worldwide.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Develop in Medimsight is very easy, we use Linux machines and all the standard libraries. Just encapsulate your code in python. Even if you have code in C++, Java, etc, your code will work in our cloud in a few minutes.</div><div style="font-size:13px"><br></div><div style="font-size:13px">To put a new method on Medimsight is absolutely free for developers and if you decide to win money with it you will decide the final price with a fee of just the 33% of sales. Easy and fast distributions that will help your team to get access to more clients and also get faster certifications. We want to promote the use of ITK (Or SimpleITK) and we will do a competition for new methods in the near future.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Here is an example of code that uses an ITK executable and SimpleITK:</div><div style="font-size:13px"><br></div><blockquote style="font-size:13px;margin:0px 0px 0px 40px;border:none;padding:0px"><div><i>myinput = mdsutil.get_input("vol_t1")</i></div><div><i><br></i></div><div><i>import subprocess</i></div><div><i><br></i></div><div><i>dicom2nrrd = "./DicomSeriesReadImageWrite2 " + myinput + ' ' + 'head.nrrd'</i></div><div><i>out, err = subprocess.Popen(dicom2nrrd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()</i></div><div><br></div><div><i>import SimpleITK as sitk</i></div><div><i><br></i></div><div><i>img = sitk.ReadImage('head.nrrd')</i></div><div><i><br></i></div><div><i>t = sitk.ThresholdImageFilter()</i></div><div><i>t.SetLower(500)</i></div><div><i>t.SetUpper(1000)</i></div><div><i>t.SetOutsideValue(0)</i></div><div><i>timg = t.Execute(img)</i></div><div><i><br></i></div><div><i>sitk.WriteImage(timg, 'volume.nii.gz')</i></div><div><i><br></i></div><div><i>mdsutil.set_output("vol_out", 'volume.nii.gz')</i></div><div><br></div></blockquote><span style="font-size:13px">Users will receive the new volume as another image, but also, we can get back .PDF, .VTK, video, .TRK, etc.</span><div style="font-size:13px"><br></div><div style="font-size:13px">I invite you to join Medimsight community.</div><div style="font-size:13px"><div><br></div><div>Best regards!<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></div></div>-- <br><div class="gmail_signature">Javier González Glez.-Zabaleta<div>Tel. Móvil: (+34) 687918369<div><br></div></div></div>
</div>