ENHANCE-PET / FALCON

FALCON is a Python-based software application designed to facilitate PET motion correction, both for head and total-body scans. Our program is built around the fast 'greedy' registration toolkit, which serves as the registration engine. With FALCON, users can enjoy a streamlined experience for implementing motion correction.
GNU General Public License v3.0
36 stars 6 forks source link

Added preProcessing.py for determining the starting frame of a 4D series #30

Closed LalithShiyam closed 2 years ago

LalithShiyam commented 2 years ago

Included functions: blur_image_c3d(): Applying blur for preprocessing purposes resample_image_c3d(): Resampling for preprocessing purposes computeMI(): for calculating the actual MI between two images determine_starting_frame_by_threshold(): for determining the starting frame with the help of above functions

LalithShiyam commented 2 years ago

Hi @Keyn34! I will add this to the main branch, for now, we will do the cosmetic changes in a separate PR.