shapeworks::mesh
Functions
| Name | |
|---|---|
| void | compute_thickness(Mesh & mesh, Image & image, Image * dt, double max_dist, double median_radius, std::string distance_mesh) Compute the cortical thickness of a mesh and image (e.g. CT)  | 
| Mesh | compute_inner_mesh(const Mesh & mesh, std::string array_name) Compute an internal mesh based on the thickness values.  | 
| void | summarize_internal_intensities(Mesh & outer_mesh, Mesh & inner_mesh, Image & image) Summarize the internal intensities values of the area inside the inner mesh on the outer mesh.  | 
Functions Documentation
function compute_thickness
void compute_thickness(
    Mesh & mesh,
    Image & image,
    Image * dt,
    double max_dist,
    double median_radius,
    std::string distance_mesh
)
Compute the cortical thickness of a mesh and image (e.g. CT)
function compute_inner_mesh
Mesh compute_inner_mesh(
    const Mesh & mesh,
    std::string array_name
)
Compute an internal mesh based on the thickness values.
function summarize_internal_intensities
void summarize_internal_intensities(
    Mesh & outer_mesh,
    Mesh & inner_mesh,
    Image & image
)
Summarize the internal intensities values of the area inside the inner mesh on the outer mesh.
Updated on 2024-03-17 at 12:58:44 -0600