Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 730 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 730 Bytes

TMJSeg

Temporomandibular joint segmentation algorithm for computed tomography images

How to use a Matlab code as a standalone application

  1. Download and install Matlab Runtime on your machine with corresponding version:

  2. Compile your code in Matlab using the command : mcc -m -R -nodisplay TMJSeg.m

  3. Define the environment variable LD_LIBRARY_PATH as shown in the readme created during the compilation.

How to run this program

The best way is to get the docker container that has the app deployed in it. 
The input is an image in nifti format, the output is the image with _seg 
	TMJSeg input.nii