Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 948 Bytes

reference_localMinimumAverageDistanceOfNClosestNeighborsMap.md

File metadata and controls

18 lines (12 loc) · 948 Bytes

localMinimumAverageDistanceOfNClosestNeighborsMap

Takes a label map, determines distances between all centroids, the mean distance of the n closest points for every point and replaces every label with the minimum distance of touching labels.

Categories: Graphs, Labels, Measurements, Visualisation

Usage in ImageJ macro

Ext.CLIJx_localMinimumAverageDistanceOfNClosestNeighborsMap(Image input, Image destination, Number n);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint