eidelen / DicomToMesh

A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
MIT License
451 stars 93 forks source link

How to use DicomToMesh in server side #11

Closed Chyper00 closed 5 years ago

Chyper00 commented 6 years ago

Hii, Im trying to build a project to manipulate a obj extracted from a dicom folder, so this will be a webapp , can i use DicomToMesh in a server side, to convert a dicoms files to a obj file for my app ? If this is possible can i get any help ? i really need. Thx

eidelen commented 6 years ago

Hi Diego, You are allowed to use or modify DicomToMesh as you wish. However, there is no warranty from our side that the code is working correct. If you are working with an Ubuntu server, you might be able to directly install Dicom2Mesh. Please see https://github.com/AOT-AG/DicomToMesh#installation If you are working with an other platform you need to build it yourself https://github.com/AOT-AG/DicomToMesh#building

Chyper00 commented 6 years ago

I see , there is away to deploy a build DicomToMesh in a host service like Firebase for exemple ? or works only in desktop ?

--edit The idea is DicomtoMesh in a Server - client - webapp render

Many thanks

eidelen commented 6 years ago

Hi Diego, Sorry for my late answer. I am not familiar with Firebase. DicomToMesh does not need a desktop environment. But it requires pretty much RAM - depending on your DICOM, memory consumption can go up to 16 GB.

eidelen commented 5 years ago

Hi Diego! Is it fine for you when I close this issue?

Chyper00 commented 5 years ago

yes, thanks