Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 903 Bytes

reference_localMeanAverageNeighborDistanceMap.md

File metadata and controls

17 lines (11 loc) · 903 Bytes

localMeanAverageNeighborDistanceMap

Takes a label map, determines which labels touch, the distance between their centroids and the mean distancebetween touching neighbors. It then replaces every label with the that value.

Categories: Graphs, Labels, Measurements, Visualisation

Usage in ImageJ macro

Ext.CLIJx_localMeanAverageNeighborDistanceMap(Image input, Image destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint