CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

nClosestPoints

Determine the n point indices with shortest distance for all points in a distance matrix.

This corresponds to the n row indices with minimum values for each column of the distance matrix.

Categories: Measurements, Graphs

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clij2_-2.5.0.1.jar.

nClosestPoints often follows after

nClosestPoints is often followed by

Usage in ImageJ macro

Ext.CLIJ2_nClosestPoints(Image distance_matrix, Image indexlist_destination, Number n);

Example scripts

mesh_closest_points.ijm
mesh_closest_points.py

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint