M
*To:* Andrea Roberti
<mailto:andrea.robe...@univr.it>; mitk-users@lists.sourceforge.net
<mailto:mitk-users@lists.sourceforge.net>
<mailto:mitk-users@lists.sourceforge.net>
*Cc:* Chiara Tenga <mailto:chiarate...@gmail.com>
*Subject:* Re: [mitk-users] Apply a transform
Andrea
From: Alfred Franz
Sent: Wednesday, July 6, 2022 3:36 PM
To: Andrea Roberti ; Alfred Franz
; mitk-users@lists.sourceforge.net
Cc: Chiara Tenga
Subject: Re: [mitk-users] Apply a transform to US Image
Dear Andrea,
this sounds as if there is a problem when setting the geometry to the i
---
*From:* Alfred Franz
*Sent:* Wednesday, July 6, 2022 7:56 AM
*To:* Andrea Roberti ;
mitk-users@lists.sourceforge.net
*Cc:* Chiara Tenga
*Subject:* Re: [mitk-users] Apply a transform to US Image
Dear Andrea,
did you check if the transform
but loaded with the API it works.
Thanks
Andrea
From: Alfred Franz
Sent: Wednesday, July 6, 2022 7:56 AM
To: Andrea Roberti ; mitk-users@lists.sourceforge.net
Cc: Chiara Tenga
Subject: Re: [mitk-users] Apply a transform to US Image
Dear Andrea,
did you check
Dear Andrea,
did you check if the transform was correctly written to
"TelemedTransform"? I don't know the code you are using to communicate
with the device, but I would check this first.
If you are using the MITK classes for the Telemed device
(Modules\US\USHardwareTelemed), there is a kno
Hello everyone,
We would like to apply a transform to an image received in real time from an
Ultrasound machine that is a 2D Image.
We can apply the same transform to a .nrrd image (saved offline) and we can see
that the transform was applied correctly on the image.
This is the piece of code