Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 895 Bytes

reference_averageNeighborDistanceMap.md

File metadata and controls

19 lines (12 loc) · 895 Bytes

averageNeighborDistanceMap

Takes a label map, determines which labels touch and replaces every label with the average distance to their neighboring labels.

To determine the distances, the centroid of the labels is determined internally.

Categories: Graphs, Labels, Measurements

Usage in ImageJ macro

Ext.CLIJx_averageNeighborDistanceMap(Image input, Image destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint