forked from lucadellasantina/VolumeCut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVolumeCut.prj
More file actions
101 lines (101 loc) · 4.53 KB
/
VolumeCut.prj
File metadata and controls
101 lines (101 loc) · 4.53 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
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="2347407039" file="/home/luca/Dropbox/MATLAB scripts/VolumeCut/VolumeCut.prj" location="/home/luca/Dropbox/MATLAB scripts/VolumeCut" name="VolumeCut" target="target.mlapps" target-name="Package App">
<param.appname>VolumeCut</param.appname>
<param.authnamewatermark>Luca Della Santina</param.authnamewatermark>
<param.email>luca.dellasantina@gmail.com</param.email>
<param.company />
<param.icon>${PROJECT_ROOT}/VolumeCut_resources/icon_24.png</param.icon>
<param.icons>
<file>${PROJECT_ROOT}/VolumeCut_resources/icon_48.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/icon_24.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/icon_16.png</file>
</param.icons>
<param.summary>Cut image volumes along arbitrary surfaces</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}/VolumeCut_resources/app_icon.png</param.screenshot>
<param.version>3.0</param.version>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.output>/home/luca/Dropbox/MATLAB scripts/VolumeCut</param.output>
<param.guid>cfb0a967-521e-4ce0-aad1-9580c2f8ad52</param.guid>
<unset>
<param.company />
<param.description />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.output />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}/VolumeCut.mlapp</file>
</fileset.main>
<fileset.depfun>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-CutMode0.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-CutMode1.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-CutMode2.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-CutMode3.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-Edit-cut.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-Image_upload.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-Mypaint-icon.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-logical-contour.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-logical-exclusion.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-logical-intersection.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-logical-invert.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-logical-operations.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-logical-unite.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-open-mask.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-preview-photos.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-refresh.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-save-image.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-save-mask.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48px-surface.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/48pxlogical-difference.png</file>
<file>${PROJECT_ROOT}/VolumeCut_resources/app_icon.png</file>
<file>${PROJECT_ROOT}/cutVolume.m</file>
<file>${PROJECT_ROOT}/gridfit.m</file>
<file>${PROJECT_ROOT}/loadImage.m</file>
<file>${PROJECT_ROOT}/saveastiff.m</file>
</fileset.depfun>
<fileset.resources />
<fileset.package />
<build-deliverables>
<file location="/home/luca/Dropbox/MATLAB scripts" name="VolumeCut" optional="false">/home/luca/Dropbox/MATLAB scripts/VolumeCut</file>
</build-deliverables>
<workflow />
<matlab>
<root>/home/luca/MATLAB/R2018b</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
<mac>false</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>true</linux>
<solaris>false</solaris>
<osver>4.15.0-36-generic</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>