Dear all,

I would like to ask some questions about the 4 methods used for IVIM maps 
calculation in MITK diffusion software.

1.May I ask what is the fitting algorithm for method 1 (jointly fit D, f and 
D*), Levenberg–Marquardt or Trust-Region algorithm or other algorithm?
2. For method 3, did it use Segmented-Unconstrained algorithm or 
Segmented-Constrained algorithm (D is computed by assuming that the intercept 
of the diffusion-related signal is equal to S0)?
3. Any reference publications for method 4?

If it is possible for you to send the specific reference publications for these 
4 methods, it would be great! Thank you in advance!

Best,
Yan


________________________________
From: Dinkelacker, Stefan <s.dinkelac...@dkfz-heidelberg.de>
Sent: Thursday, November 2, 2023 1:35 AM
To: Raphael Erard <raphael.er...@adis-sa.com>; mitk-users@lists.sourceforge.net 
<mitk-users@lists.sourceforge.net>
Subject: Re: [mitk-users] [Extern] - Custom MITK data and renderer

Hi Raphael,

yes, this is a job for your mapper. For example, see 
mitkBoundingShapeVtkMapper3D.cpp (GenerateDataForRenderer()). Here, local 
coords are used and vtkTransforms are then used to apply the geometry. You can 
also work with global coords without transforms if that works better for your 
mapper.

Best,
Stefan
________________________________________
Von: Raphael Erard <raphael.er...@adis-sa.com>
Gesendet: Dienstag, 31. Oktober 2023 11:59
An: mitk-users@lists.sourceforge.net
Betreff: [Extern] - [mitk-users] Custom MITK data and renderer

Dear All,

I’m trying to implement my own custom data type (based on BaseData) with its 
own custom mapper (based on VtkMapper).

It works fine and shows the visualisation correctly.

However, I cannot see where the geometry enters the picture. If I add an offset 
or a rotation to the data, the visualisation does not follow. It this a job for 
my mapper? I do not understand by looking at the existing codebase where the 
magic happens for existing MITK types and mappers.

Thanks for your help,

Raphael


_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Fmitk-users&data=05%7C01%7Cy.li05%40umcg.nl%7C1e2adb33770844b6da6808dbdb3f9b22%7C335122f9d4f44d67a2fccd6dc20dde70%7C0%7C0%7C638344838477224664%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=IhHcILRv3UY6wibIlp5Rq0p9VEUFJsOFkbEAe2B5eAE%3D&reserved=0<https://lists.sourceforge.net/lists/listinfo/mitk-users>
________________________________
De inhoud van dit bericht is vertrouwelijk en alleen bestemd voor de 
geadresseerde(n). Anderen dan de geadresseerde(n) mogen geen gebruik maken van 
dit bericht, het niet openbaar maken of op enige wijze verspreiden of 
vermenigvuldigen. Het UMCG kan niet aansprakelijk gesteld worden voor een 
incomplete aankomst of vertraging van dit verzonden bericht.

The contents of this message are confidential and only intended for the eyes of 
the addressee(s). Others than the addressee(s) are not allowed to use this 
message, to make it public or to distribute or multiply this message in any 
way. The UMCG cannot be held responsible for incomplete reception or delay of 
this transferred message.
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to