Niproblema / Med3D

Web based 3D medical data visualization tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Med3D

Med3D is a free open-source web-based 3D medical data visualisation application with support for displaying 3D mesh models (in form of OBJ files) as well as 3D volumetric data - such as CT and MRI scans (in form of MHR files).

Application enables remote collaboration between users, who can share data, view, annotations and can also communicate via integrated chat.

Setup Guide

Med3D requires Node.js and MongoDB to run.

Install the dependencies, setup the database and run NodeJS application.

$ # Setup database (do not forget to add path to MongoDB binaries to your PATH variable).
$ mkdir database
$ mongod --dbpath ./database
$ # Start server application.
$ cd src_server
$ node index.js
$ # Web application should be hosted on: <YOUR IP>:8080/web

Host Resources

Application currently supports hosting of .obj and .raw/.mhd files.

# Host .obj mesh files by copying them in:
src_server/database_init_resources/obj
# Host .mhd/.raw volume files by copying them in:
src_server/database_init_resources/mhd
# Note: .mhd and .raw volume files must have a matching name

About

Web based 3D medical data visualization tool.

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 75.8%Language:HTML 20.0%Language:GLSL 2.1%Language:CSS 2.0%Language:Shell 0.1%