Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 913 Bytes

reference_localMinimumTouchingNeighborCountMap.md

File metadata and controls

20 lines (12 loc) · 913 Bytes

localMinimumTouchingNeighborCountMap

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 minimum of this count.

Categories: Graphs, Labels, Measurements, Visualisation

Usage in ImageJ macro

Ext.CLIJx_localMinimumTouchingNeighborCountMap(Image input, Image destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint