CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

generateParametricImageFromResultsTableColumn

Take a labelmap and a column from the results table to replace label 1 with the 1st value in the vector.

Note that indexing in the table column starts at zero. The results table should contain a line at the beginningrepresenting the background.

Categories: Measurements, Visualisation, Labels

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

Usage in ImageJ macro

Ext.CLIJ2_generateParametricImageFromResultsTableColumn(Image label_map, Image parametric_image_destination, String column);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint