MakeRegionMesh[data]
makes a MeshRegion from a binary mask assuming an 1x1x1mm isotropic voxel size and 1000 mesh coordinates.
MakeRegionMesh[data,n]
makes a MeshRegion with exactly n mesh coordinates.
MakeRegionMesh[data,vox]
makes a MeshRegion taking in account the given voxel size vox with 1000 mesh coordinates.
MakeRegionMesh[data,vox,n]
makes a MeshRegion taking in account the given voxel size vox with exactly n mesh coordinates.
MakeRegionMesh[data]
makes a MeshRegion from a binary mask assuming an 1x1x1mm isotropic voxel size and 1000 mesh coordinates.
MakeRegionMesh[data,n]
makes a MeshRegion with exactly n mesh coordinates.
MakeRegionMesh[data,vox]
makes a MeshRegion taking in account the given voxel size vox with 1000 mesh coordinates.
MakeRegionMesh[data,vox,n]
makes a MeshRegion taking in account the given voxel size vox with exactly n mesh coordinates.
| MeshOutput | "Mesh" | MeshOutput is an option for MakeRegionMesh. Values can be "Mesh", "Points", "Cells", "PointsCells", "All". |