Skip to content

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

cpp 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

cpp Mesh compute_inner_mesh( const Mesh & mesh, std::string array_name )

Compute an internal mesh based on the thickness values.

function summarize_internal_intensities

cpp 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 2026-03-31 at 16:02:10 +0000