Studierfenster


Studierfenster or StudierFenster is a free, non-commercial open science client/server-based medical imaging processing online framework. It offers capabilities, like viewing medical data, magnetic resonance imaging in two- and three-dimensional space directly in the standard web browsers, like Google Chrome, Mozilla Firefox, Safari, and Microsoft Edge. Other functionalities are the calculation of medical metrics, manual slice-by-slice outlining of structures in medical images, manual placing of landmarks in medical image data, viewing medical data in virtual reality, a facial reconstruction and registration of medical data for augmented reality, one click showcases for COVID-19 and veterinary scans, and a Radiomics module.
Other features of Studierfenster are the automatic cranial implant design with a neural network, the inpainting of aortic dissections with a generative adversarial network, an automatic aortic landmark detection with deep learning in computed tomography angiography scans, and a GrowCut algorithm implementation for image segmentation.
Studierfenster is currently hosted on a server at the Graz University of Technology in Austria, and expanded jointly with the Institute for Artificial Intelligence in Medicine (IKIM) in Essen, Germany.

History

Studierfenster was initiated within two bachelor theses during the summer bachelor program of the Institute of Computer Graphics and Vision at Graz University of Technology, Austria, in cooperation with the Medical University of Graz, Austria, in 2018/2019.
The name Studierfenster is German and can be translated to 'StudyWindow', whereby window refers here to a browser window. The word Studierfenster is an adaption from the word Studierstube, which was an augmented reality project at the Vienna University of Technology in Austria.

Architecture

Studierfenster is set up as a distributed application via a client–server model. The client side consists of HTML and JavaScript with WebGL to enable 2D and 3D visualization, rendered on the client.
The server side handles client requests via C, C++ and Python. It interfaces to common open source libraries and software tools like the Insight Toolkit, the Visualization Toolkit, the X Toolkit and Slice:Drop. The server communication is handled by AJAX requests were needed.
Studierfenster employs a Flask server.

Features

Dicom browser

This allows client-side parsing a local folder with DICOM files. Afterwards, the whole folder can be converted to compressed files and downloaded as a single file.
Nrrd is a library and file format for the representation and processing of n-dimensional raster data. It is intended to support scientific visualization and image processing applications. With the "Dicom Browser" of Studierfenster, it is possible to select specific Studies or Series, and only convert these.

File converter

The file converter converts a medical volume file to a compressed/binary file. After the conversion, the compressed file can be downloaded and used with the "Medical 3D Viewer" for 2D and 3D visualization, and further image processing.

Metrics module

This can calculate the Dice similarity coefficient and Hausdorff distance between two segmentation masks in a standard web browser.
The resulting table has seven columns: the file names for both files used in the calculation, the calculated Dice similarity coefficient, the calculated Hausdorff distance, the calculated directed HD for both directions, and the information if image spacing was used in the calculation. The table can be sorted, is searchable, and can be exported as a simple copy, an Excel spreadsheet, a comma-separated values file or as a portable document format.
The Metrics Module has been used to compare manual anatomical segmentations of brain tumors

VR viewer

The VR Viewer enables viewing data in Virtual Reality with devices like the Google Cardboard or the HTC Vive. For viewing the data in VR, it needs to be converted to the VTI format, which can be done with open-source, multi-platform data analysis and visualization application ParaView

Critics

Studierfenster is not a certified medical product; it can only be used for educational, research, and informational purposes.