Re: [mitk-users] Apply a transform to US Image

2022-08-03 Thread Alfred Franz
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

Re: [mitk-users] Apply a transform to US Image

2022-07-28 Thread Andrea Roberti
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

Re: [mitk-users] Apply a transform to US Image

2022-07-06 Thread Alfred Franz
--- *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

Re: [mitk-users] Apply a transform to US Image

2022-07-06 Thread Andrea Roberti
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

Re: [mitk-users] Apply a transform to US Image

2022-07-05 Thread Alfred Franz
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

[mitk-users] Apply a transform to US Image

2022-07-05 Thread Andrea Roberti
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