I want to implement a GUI for my image segmentation and registration code which are written in MATLAB and Python respectively. Input images are DICOM and NIFTI respectively. I want to make a user interactive GUI which will load different images, there will be buttons for segmentation and registration . On clicking those buttons internal codes will be executed and will provide the output images and provision to save those outputs.

What should be the best yet easy way to implement these requirements?

Thanks

Similar questions and discussions