vesicle_triangulator — Example output

This folder is the full output bundle produced by running vesicle_triangulator on the two-channel inputs in ../example_input/. The tool organizes its outputs into three subfolders plus a top-level parameter log:

  1. ch1/ — per-channel-01 artifacts: the thresholded mask, the labeled connected-component image, the point centroids (as CSV), and the centroid overlay.
  2. ch2/ — identical set of artifacts for channel-02.
  3. mixed/ — the joint outputs that use points from both channels: the full Delaunay triangulation, a trimmed version, edge-colored variants that highlight “mixed” (cross-channel) vs “same” (within-channel) edges, per-vertex mixing histograms, and an Excel summary of the mixing statistics.
  4. parameter_log.xlsx — a single workbook capturing every parameter used for this run (thresholds, colors, trim settings, output paths) so the run is fully reproducible.

📜 Files in this folder