Diff
diff compares two segmentations voxel-by-voxel and writes a new
segmentation encoding where the two inputs differ — useful for spotting
changes between two versions of the same domain, for example before and
after defeaturing or manual editing.
automesh diff --help
Show the difference between two segmentations
Usage: automesh diff [OPTIONS] --output <FILE>
Options:
-i, --input <FILE> <FILE> Segmentation input files (npy | spn)
-o, --output <FILE> Segmentation difference output file (npy | spn | vti)
-x, --nelx <NEL> Number of voxels in the x-direction (spn)
-y, --nely <NEL> Number of voxels in the y-direction (spn)
-z, --nelz <NEL> Number of voxels in the z-direction (spn)
--log <FILE> Mirror terminal output to a log file
-q, --quiet Pass to quiet the terminal output
-h, --help Print help