public class DrawLabelsAsOverlayPlugin extends Object implements ij.plugin.PlugIn
| Constructor and Description | 
|---|
DrawLabelsAsOverlayPlugin()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addLabelsAsOverlay(ij.ImagePlus target,
                  int[] labels,
                  double[][] coords)
Draw the values onto the target image. 
 | 
void | 
run(String arg0)  | 
public void run(String arg0)
run in interface ij.plugin.PlugInpublic void addLabelsAsOverlay(ij.ImagePlus target,
                               int[] labels,
                               double[][] coords)
target - the target image.labels - the list of labels of the regions.coords - for each region, the coordinate used for drawing the label.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.