plugin:utilities:tapas_tutorial:measurement:start
Differences
This shows you the differences between two versions of the page.
plugin:utilities:tapas_tutorial:measurement:start [2019/04/19 08:41] – created admin | plugin:utilities:tapas_tutorial:measurement:start [2019/09/11 07:45] (current) – tboudier | ||
---|---|---|---|
Line 9: | Line 9: | ||
===== Basic usage ===== | ===== Basic usage ===== | ||
- | TAPAS is focusing on 3D measurements, | + | TAPAS is focusing on 3D measurements, |
The basic module for measurement is **measurement**, | The basic module for measurement is **measurement**, | ||
Line 28: | Line 28: | ||
// do the measurement of objects in the image | // do the measurement of objects in the image | ||
// save results in temporary file, here user home directory | // save results in temporary file, here user home directory | ||
+ | // as output file for results | ||
+ | // we use the name of the image being processed | ||
+ | // followed by -results.csv | ||
process: | process: | ||
dir:?home? | dir:?home? | ||
Line 46: | Line 49: | ||
===== Advanced usage ===== | ===== Advanced usage ===== | ||
- | In this section we will write a full processing pipeline | + | In this section we will write a full processing pipeline |
We will use **t1-head** as example. | We will use **t1-head** as example. | ||
Line 56: | Line 59: | ||
process: | process: | ||
- | // 3d median filter | + | // median filter |
- | process:3dfilters | + | process:filters |
filter: | filter: | ||
- | radx:2 | + | radxy:2 |
- | rady:2 | + | |
radz:2 | radz:2 | ||
Line 80: | Line 82: | ||
process: | process: | ||
dir:?home? | dir:?home? | ||
- | file:? | + | file:?name?-results.csv |
list: | list: | ||
</ | </ | ||
Line 95: | Line 97: | ||
process: | process: | ||
- | // 3d median filter | + | // median filter |
- | process:3dfilters | + | process:filters |
filter: | filter: | ||
- | radx:2 | + | radxy:2 |
- | rady:2 | + | |
radz:2 | radz:2 | ||
plugin/utilities/tapas_tutorial/measurement/start.1555656098.txt.gz · Last modified: 2019/04/19 08:41 by admin