hwm2746 / brain-mesh-builder

Construct surface mesh models based on 3D image stacks of brains
GNU General Public License v3.0
3 stars 1 forks source link

** DODRI source code files for surface mesh building based on 3-dimensional image stacks

Title: Building a three-dimensional model of early-stage zebrafish embryo brain

Authors: Ana C. Chang-Gonzalez, Holly C. Gibbs, Arne C. Lekven, Alvin T. Yeh, and Wonmuk Hwang

Journal: Biophysical Reports, Volume 1, Issue 1. 100003

Year: 2021



[Source code contents]

./inc/ : program header files ./src/ : *.cpp source files, includes ./io/ folder with IO-related files ./obj/ : compiled object files
./bin/ : dodri executable ./test/ : test files and input datasets

[How to compile]

[To execute/test the code]


NOTE:

0) A basic knowledge of the Linux operating system is desired since commands in the README.txt file in each folder are meant to be entered into a Linux terminal window (BASH environment). In Mac OS, a similar terminal can be used. In Microsoft Windows, a Linux emulation program can be used.

1) Visualization was done mostly using the VMD software.


Go to one of the sub-folders in ./test, and follow instructions in README.txt. Each sub-folder is briefly explained below, in relation to our reference paper.

./test/wt_fixed: Fixed WT embryo used for the "Methods" section (Figs. 1-6 of the paper). (SUGGESTION: start with this folder)

./zf_time_lapse : Live time-lapse embryos (Figs. 7, 8, 10)

./fetal_brain : Human Fetal Brain (Fig. 9; 33 weeks)

[Image data]