Skip to content

Commit

Permalink
regenerated ops and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Apr 13, 2020
1 parent 66b8a2f commit fe83968
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,11 @@ public static ArrayList<BasicCompletion> getCompletions(final ScriptingAutoCompl
headline = "clij2.pullAsROI(ClearCLBuffer binary_input)";
description = "<b>pullAsROI</b><br><br>Pulls a binary image from the GPU memory and puts it on the currently active ImageJ window.<br><br>Parameters:<br>ClearCLBuffer binary_input";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clij2.pullLabelsToROIManager(ClearCLBuffer binary_input)";
description = "<b>pullLabelsToROIManager</b><br><br>Pulls all labels in a label map as ROIs to the ROI manager.<br><br>Parameters:<br>ClearCLBuffer binary_input";
headline = "clij2.pullLabelsToROIList(ClearCLBuffer labelmap_input)";
description = "<b>pullLabelsToROIList</b><br><br>Pulls all labels in a label map as ROIs to a list.<br><br>Parameters:<br>ClearCLBuffer labelmap_input";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clij2.pullLabelsToROIManager(ClearCLBuffer labelmap_input)";
description = "<b>pullLabelsToROIManager</b><br><br>Pulls all labels in a label map as ROIs to the ROI manager.<br><br>Parameters:<br>ClearCLBuffer labelmap_input";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clij2.resliceBottom(ClearCLImageInterface source, ClearCLImageInterface destination)";
description = "<b>resliceBottom</b><br><br>Flippes Y and Z axis of an image stack. This operation is similar to ImageJs 'Reslice [/]' method but<br>offers less flexibility such as interpolation.<br><br>Parameters:<br>ClearCLImageInterface source, ClearCLImageInterface destination";
Expand Down Expand Up @@ -378,7 +381,7 @@ public static ArrayList<BasicCompletion> getCompletions(final ScriptingAutoCompl
description = "<b>standardDeviationOfMaskedPixels</b><br><br>Determines the standard deviation of all pixels in an image which have non-zero value in a corresponding mask image. The value will be stored in a new row of ImageJs<br>Results table in the column 'Masked_standard_deviation'.<br><br>Parameters:<br>ClearCLBuffer source, ClearCLBuffer mask";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clij2.statisticsOfLabelledPixels(ClearCLBuffer input, ClearCLBuffer labelmap)";
description = "<b>statisticsOfLabelledPixels</b><br><br>Determines bounding box, area (in pixels/voxels), min, max and mean intensity of a labelled object in a label map and corresponding pixels in the original image.Instead of a label map, you can also use a binary image as a binary image is a label map with just one label.<br><br>Parameters:<br>ClearCLBuffer input, ClearCLBuffer labelmap";
description = "<b>statisticsOfLabelledPixels</b><br><br>Determines bounding box, area (in pixels/voxels), min, max and mean intensity of labelled objects in a label map and corresponding pixels in the original image.Instead of a label map, you can also use a binary image as a binary image is a label map with just one label.<br><br>Parameters:<br>ClearCLBuffer input, ClearCLBuffer labelmap";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clij2.subtractImages(ClearCLImageInterface subtrahend, ClearCLImageInterface minuend, ClearCLImageInterface destination)";
description = "<b>subtractImages</b><br><br>Subtracts one image X from another image Y pixel wise.<br><br><pre>f(x, y) = x - y</pre><br><br>Parameters:<br>ClearCLImageInterface subtrahend, ClearCLImageInterface minuend, ClearCLImageInterface destination";
Expand Down Expand Up @@ -413,4 +416,4 @@ public static ArrayList<BasicCompletion> getCompletions(final ScriptingAutoCompl
return list;
}
}
// 134 methods generated.
// 135 methods generated.
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,11 @@ public static ArrayList<BasicCompletion> getCompletions(final ScriptingAutoCompl
headline = "clijx.pullAsROI(ClearCLBuffer binary_input)";
description = "<b>pullAsROI</b><br><br>Pulls a binary image from the GPU memory and puts it on the currently active ImageJ window.<br><br>Parameters:<br>ClearCLBuffer binary_input";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clijx.pullLabelsToROIManager(ClearCLBuffer binary_input)";
description = "<b>pullLabelsToROIManager</b><br><br>Pulls all labels in a label map as ROIs to the ROI manager.<br><br>Parameters:<br>ClearCLBuffer binary_input";
headline = "clijx.pullLabelsToROIList(ClearCLBuffer labelmap_input)";
description = "<b>pullLabelsToROIList</b><br><br>Pulls all labels in a label map as ROIs to a list.<br><br>Parameters:<br>ClearCLBuffer labelmap_input";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clijx.pullLabelsToROIManager(ClearCLBuffer labelmap_input)";
description = "<b>pullLabelsToROIManager</b><br><br>Pulls all labels in a label map as ROIs to the ROI manager.<br><br>Parameters:<br>ClearCLBuffer labelmap_input";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clijx.resliceBottom(ClearCLImageInterface source, ClearCLImageInterface destination)";
description = "<b>resliceBottom</b><br><br>Flippes Y and Z axis of an image stack. This operation is similar to ImageJs 'Reslice [/]' method but<br>offers less flexibility such as interpolation.<br><br>Parameters:<br>ClearCLImageInterface source, ClearCLImageInterface destination";
Expand Down Expand Up @@ -426,7 +429,7 @@ public static ArrayList<BasicCompletion> getCompletions(final ScriptingAutoCompl
description = "<b>startContinuousWebcamAcquisition</b><br><br>Acquires an image (in fact an RGB image stack with three slices) of given size using a webcam. It uses the webcam-capture library by Bartosz Firyn.https://github.com/sarxos/webcam-capture<br><br>Parameters:<br>Integer cameraDeviceIndex, Integer imageWidth, Integer imageHeight";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clijx.statisticsOfLabelledPixels(ClearCLBuffer input, ClearCLBuffer labelmap)";
description = "<b>statisticsOfLabelledPixels</b><br><br>Determines bounding box, area (in pixels/voxels), min, max and mean intensity of a labelled object in a label map and corresponding pixels in the original image.Instead of a label map, you can also use a binary image as a binary image is a label map with just one label.<br><br>Parameters:<br>ClearCLBuffer input, ClearCLBuffer labelmap";
description = "<b>statisticsOfLabelledPixels</b><br><br>Determines bounding box, area (in pixels/voxels), min, max and mean intensity of labelled objects in a label map and corresponding pixels in the original image.Instead of a label map, you can also use a binary image as a binary image is a label map with just one label.<br><br>Parameters:<br>ClearCLBuffer input, ClearCLBuffer labelmap";
list.add(new BasicCompletion(provider, headline, null, description));
headline = "clijx.stopContinuousWebcamAcquisition(Integer cameraDeviceIndex)";
description = "<b>stopContinuousWebcamAcquisition</b><br><br>Acquires an image (in fact an RGB image stack with three slices) of given size using a webcam. It uses the webcam-capture library by Bartosz Firyn.https://github.com/sarxos/webcam-capture<br><br>Parameters:<br>Integer cameraDeviceIndex";
Expand Down Expand Up @@ -482,4 +485,4 @@ public static ArrayList<BasicCompletion> getCompletions(final ScriptingAutoCompl
return list;
}
}
// 157 methods generated.
// 158 methods generated.
Loading

0 comments on commit fe83968

Please sign in to comment.