-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUser-Guide.tex
More file actions
144 lines (115 loc) · 6.1 KB
/
User-Guide.tex
File metadata and controls
144 lines (115 loc) · 6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
%Préambule du document :
\documentclass[12pt, a4paper]{book}
%\usepackage[latin1]{inputenc}
\usepackage[utf8]{inputenc} % accents
\usepackage{gensymb} % degree symbol ° (\degree)
\usepackage[T1]{fontenc} % | "`pipe"' character
\usepackage{graphicx}
\usepackage{titling}
\usepackage{amssymb}
\usepackage{minitoc} % chapter's tocs
\usepackage{authblk} % author affiliations
\usepackage{fancyhdr} % modify the headers
\usepackage{tabularx} % tables not larger than A4
\usepackage[table]{xcolor} %colors inside the tables
\usepackage{float}
\usepackage{multicol} % multiple columns in some sections
\usepackage[inner=2cm,outer=2cm]{geometry} %A4 margins
\usepackage{siunitx}
\usepackage[labelfont=bf, margin=0.5cm]{caption} % for figure captions in minipages
\usepackage{hyperref} %link references (toc, citations) inside document
\usepackage{natbib} % to cite with parentheses and plain text et only year if you please...
\usepackage{amsmath}
\usepackage{fixltx2e} % allows overrightarrow to be in caption
\MakeRobust{\overrightarrow}
\bibliographystyle{plainnat} % reference style
\renewcommand{\bibname}{References} %Rename "`bibliography"' => "`references"'
\newcommand*{\doi}[1]{\href{https://doi.org/#1}{doi: #1}}
\hypersetup{
colorlinks,
citecolor=brown,
filecolor=green,
linkcolor=red,
urlcolor=blue
}
\hypersetup{linktocpage}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[RO,LE]{\thepage}
\fancyhead[LO]{\leftmark}
\fancyhead[RE]{\rightmark}
\setcounter{tocdepth}{1} % we only want chapters and sections in toc
\setcounter{minitocdepth}{2} %we want sections and subsections in chapters' minitocs
\pretitle{%
\begin{center}
\LARGE
\includegraphics[width=17cm]{Logo_software.png}\\[\bigskipamount]
}
\posttitle{\end{center}}
%\postdate{
%\includegraphics[width=15cm]{logo_affiliations.png}
%}
\title{MorphoDig User's guide\\MorphoDig v1.6.6}
%\titlepicture[width=13cm]{Logo_software.png}
\author{Renaud LEBRUN}
\affil{Institut des Sciences de l'Evolution de Montpellier, France}
\affil{Montpellier Ressources Imagerie platform}
\affil{CNRS}
\affil{Université de Montpellier}
\date{\today}
%Corps du document :
\begin{document}
\dominitoc
\maketitle
\tableofcontents
\chapter*{Introduction}
\addstarredchapter{Introduction}
\markboth{INTRODUCTION}{}
\minitoc
MorphoDig is based on the design concepts of the software FoRM-IT (Fossil Reconstruction and Morphometry Interactive Toolkit; \citep{Zollikofer1995,Zollikofer2005}).
\ MorphoDig\citep{Lebrun2018} was developed as a help to the scientific journal MorphoMuseuM (M3), in order to help scientists to produce enriched surface models. MorphoDig also opens 3D volume data such as CT datasets. The source code is hosted on Github.
\section*{Origin of the project}
\addcontentsline{toc}{section}{Origin of the project}
Over the last two decades, even though 3D data acquisition and computer-assisted techniques have grown increasingly popular among biologists, paleontologists and paleoanthropologists, so far, no standard biology-oriented 3D mesh manipulation software has emerged; most of the time, researchers either use commercial software which are not primarily designed for biologists, or develop their own in-house software solutions. MorphoDig builds upon the design concepts of the software FoRM-IT (Fossil Reconstruction and Morphometry Interactive Toolkit; \citep{Zollikofer1995,Zollikofer2005}), and is developed to meet the need to ease the production and the diffusion of 3D models of biological organisms. MorphoDig provides a set of tools for editing, positioning, deforming, labeling, tagging sets of 3D surfaces. As such, MorphoDig can be used to produce enriched models which can in turn be submitted to M3. Since version 1.5, MorphoDig also provides tool for opening, editing and visualizing 3D volumes, and to extract 3D surfaces out of 3D volumes.
\section*{Main features}
\addcontentsline{toc}{section}{Main features}
Features include:
\begin{itemize}
\item Retro-deformation for virtual restoration of fossils/deformed specimens;
\item Point and curve primitives for placing the exact type of landmark points you’re interested in
\item Easy to use 3D interface for positioning and manipulating sets of surfaces and landmark primitives
\item Surface tagging, labeling and coloring (to allow for the creation of anatomy atlases)
\item Surface scalar computation and coloring (based upon curvature/thickness etc...)
\item Volume rendering of CT data (3D Volumes).
\item Isosurface extraction from CT data.
\item 3D Mask edition.
\end{itemize}
MorphoDig allows to import and export 3D meshes in standard formats such as STL, PLY and VTK polydata, and as such, in can be used in conjunction with a variety of other 3D mesh editors such as MeshLab (http://meshlab.sourceforge.net/) or Blender (https://www.blender.org/). MorphoDig also allows to import 3D volume in standard formats such as DICOM, TIFF, BMP, PNG, Meta-Image and RAW.
\section*{Implementation}
\addcontentsline{toc}{section}{Implementation}
MorphoDig is entirely written in C++, and uses the visualization library VTK \citep{Avila2001}. The GUI has been designed with QT (https://www.qt.io/). MorphoDig is open-source and cross platform, and we are looking forward to welcoming new developers in the future in order to implement new functionalities.
\input{chapter_01_licence.tex}
\input{chapter_02_faq.tex}
\input{chapter_03_open_data.tex}
\input{chapter_04_interaction_and_color_display.tex}
\input{chapter_05_keyboard_mouse_controls.tex}
\input{chapter_06_main_window_controls.tex}
\input{chapter_07_file.tex}
\input{chapter_08_edit.tex}
\input{chapter_09_surfaces.tex}
\input{chapter_10_landmarks.tex}
\input{chapter_11_scalars.tex}
\input{chapter_12_tags.tex}
\input{chapter_13_RGB.tex}
\input{chapter_14_volumes.tex}
\input{chapter_15_view.tex}
\input{chapter_16_help.tex}
\input{chapter_17_acknowledgements.tex}
%\nocite{*} % All bibliography items appear without citation in the text
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{References}
%\addcontentsline{toc}{section}{References}
\bibliography{References/UsersGuide}
\end{document}