Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 910 Bytes

reference_localMedianTouchingNeighborCountMap.md

File metadata and controls

20 lines (12 loc) · 910 Bytes

localMedianTouchingNeighborCountMap

Takes a label map, determines which labels touch, determines for every label with the number of touching neighboring labels and replaces the label index with the local median of this count.

Categories: Graphs, Labels, Measurements, Visualisation

Usage in ImageJ macro

Ext.CLIJx_localMedianTouchingNeighborCountMap(Image input, Image destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint