| | 17 | |
| | 18 | ==== required arguments ==== |
| | 19 | * cafDatasetName:: |
| | 20 | The name of the selected CAF dataset. The list of available |
| | 21 | CAF datasets is located at the end of this page. |
| | 22 | |
| | 23 | * structureName:: |
| | 24 | Name of structure from hierarchy tree. In practice nearly all names |
| | 25 | should be fine but formally name has to point to a root node of a subtree |
| | 26 | containing at least one node that has a representation among paths in CAF |
| | 27 | slides. |
| | 28 | |
| | 29 | ==== optional arguments ==== |
| | 30 | * qualityPreset:: |
| | 31 | Sets predefined quality preset, possible values are 'low', 'medium' |
| | 32 | and 'high' the default value is 'low' |
| | 33 | |
| | 34 | * outputFormat:: |
| | 35 | Defines format of the reconstruction. Possible formats are 'vrml' |
| | 36 | and 'x3d' with the default value 'vrml'. |
| | 37 | |
| | 38 | ==== examples ==== |
| | 39 | * http://212.87.16.231:8080/getReconstruction?cafDatasetName=whs_0.51&structureName=thalamus |
| | 40 | * http://212.87.16.231:8080/getReconstruction?cafDatasetName=whs_0.51&structureName=thalamus&qualityPreset=high&outputFormat=x3d |