Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.15 KB

gsoc_2023_selected.md

File metadata and controls

56 lines (31 loc) · 2.15 KB

Add functional MRI support to InVesalius

InVesalius currently does not support the simultaneous visualization of functional and structural MRI. This task will expand the support to processed functional MRI.

Requirements: Computer with Windows, Linux or Mac OS installed. A source code editor, Python language and InVesalius libraries dependencies.

Deliverables:

  • User interface to support and control fMRI parameters
  • Visualization features for fMRI

Programming Languages: Python

Duration: 350h

References: invesalius/invesalius3#507 and https://www.hopkinsmedicine.org/radiology/patient-information/exams-procedures/functional-mri.html

Contributor: Michael Chan (Switzerland)

Mentors:

Victor Hugo Souza
Renan Matsuda
Thiago Franco de Moraes
Paulo Henrique Junqueira Amorim

Pull requests: invesalius/invesalius3#658


Add PACS communication

InVesalius currently does not support loading DICOM images from a PACS server. The idea is to have a way to search for images in a PACS, download the images and load the images.

Requirements: Computer with Windows, Linux or Mac OS installed. A source code editor, Python language and InVesalius libraries dependencies. A PACS server like Orthanc or DCM4CHE.

Deliverables:

  • Tool to communicate with PACS server
  • Save the surfaces and masks in the PACS

Programming Languages: Python

Duration: 350h

References: invesalius/invesalius3#101 , https://gdcm.sourceforge.net/html/classgdcm_1_1CompositeNetworkFunctions.html, https://en.wikipedia.org/wiki/Picture_archiving_and_communication_system

Contributor: Vinícius Cavalcanti (Brazil)

Mentors:

Marc Gonzalez Capdevila
Karine Pistili Rodrigues

Pull requests: invesalius/invesalius3#644