CIBC:Documentation:SCIRun:Reference:SCIRun:CalculateProfile
Contents |
CalculateProfile
Information
- Package: SCIRun
- Catagory: ChangeFieldData
- Author(s): Josh Blauer
- Status: Supported in latest version
- Version: 4.0
Description
Summary
Samples image data surrounding mesh generated from segmentation.
Detailed Description
First input accepts Trisurfmesh generated from segmentation data, and original image data from which segmentation was created. Module samples the original image data surrounding each node on the mesh and maps the maximum value detected to each node.
First input requires a field with data on the elements. Second input requires a trisurfmesh in a field format with or without data assigned to the nodes or elements. A vector normal to the surface at each node is calculated and used to direct sampling of the field data from the first input. The UI allow the user to specific the depth and frequency of sampling. Sampling is performed in both directions along the normal vector. Thus if 4 samples are specified in the UI, the output will be an N by M matrix where N is the number of nodes on the mesh, and M 9. 4 of the values correspond to increments sample outward from the node, another 4 correspond to inward sampling, and the central value is sampled at the node location.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun