Wrapping up new Mutual Info binning interface and underlying logic.
Presently, code is ready, debugging...
Search This Blog
Wednesday, October 9, 2013
Monday, October 7, 2013
Enabling registration of REAL volumes using Mutual Information measure. Presently the code is only working for 16-bit volumes (that was used to show PET->MPRAGE prototype). Solution is to convert to 16-bit correctly while binning the voxel values for the MI.
This is also strongly related to a proper binning for REAL volumes, so it is addressed at the same time along with the corresponding binning interface (Sturges formula) in the registration dialogs.
This is also strongly related to a proper binning for REAL volumes, so it is addressed at the same time along with the corresponding binning interface (Sturges formula) in the registration dialogs.
Friday, October 4, 2013
Thursday, October 3, 2013
Implementing a Parallel variant of Neadler-Mead simplex method. Found here:
Lewis (2004)
This would universally speed up all the Registrations and any other functions using this iterative optimization. Also, it will make it much easier to program as there would be less pressure to parallelize each Cost Function calculation, as it would be universally handled by the caller, i.e. Simplex Method.
Lewis (2004)
This would universally speed up all the Registrations and any other functions using this iterative optimization. Also, it will make it much easier to program as there would be less pressure to parallelize each Cost Function calculation, as it would be universally handled by the caller, i.e. Simplex Method.
Subscribe to:
Posts (Atom)