Every copick CLI transform at a glance — drag a slider to wipe between the input and the result. Click a tool for full usage and options.
Convert
utils
mesh2caps
Extract the top/bottom surfaces (caps) of a slab box mesh.
utils
mesh2picks
Convert meshes to picks using different sampling strategies.
utils
mesh2seg
Convert meshes to segmentation volumes.
utils
picks2mesh
Convert picks to meshes using convex hull or alpha shapes.
utils
picks2seg
Convert picks to segmentation volumes by painting spheres.
torch
picks2slab
Fit spline surfaces to two pick sets and create a slab mesh.
utils
seg2mesh
Convert segmentation volumes to meshes using marching cubes.
utils
seg2picks
Convert segmentation to picks.
torch
seg2slab
Fit parallel planes to a segmentation and create a slab mesh.
Process
utils
combine
Combine single-label segmentations into a multilabel segmentation.
utils
expand-labels
Expand labels in segmentations to fill holes and gaps.
utils
fit-spline
Fit 3D splines to skeletons and generate oriented picks.
utils
hull
Compute hull operations on meshes.
utils
rescale
Rescale segmentations to a different voxel spacing.
utils
skeletonize
Skeletonize segmentations in 3D using pattern matching.
utils
split
Split multilabel segmentations into single-class masks.
utils
validbox
Generate valid area box meshes for tomographic reconstructions.
Logical
utils
clipmesh
Limit mesh vertices within distance of a reference surface.
utils
clippicks
Limit picks to those within distance of a reference surface.
utils
clipseg
Limit segmentation voxels by distance to a reference.
utils
enclosed
Remove enclosed components from a segmentation.
utils
meshop
Perform boolean operations between meshes.
utils
picksin
Filter picks to include only those inside a reference volume.
utils
picksout
Filter picks to exclude those inside a reference volume.
utils
segop
Perform boolean operations between segmentations.