CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

pullBinary

Copies a binary image specified by its name from GPU memory back to ImageJ and shows it. This binary image will have 0 and 255 pixel intensities as needed for ImageJ to interpret it as binary.

Category: Binary

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_pullBinary(String image);

Example notebooks

binary_processing
compare_workflows
labelmap_voronoi
mean_of_touching_neighbors
measure_overlap
morpholibj_classic_watershed
voronoi

Example scripts

autoThreshold.ijm
benchmarkFillHoles.ijm
benchmarkSkeletonize.ijm
benchmarkVoronoi.ijm
binary_processing.ijm
compare_workflows.ijm
distanceMap.ijm
fillHoles.ijm
labelmap_voronoi.ijm
mean_of_touching_neighbors.ijm
measure_overlap.ijm
meshTouchingNeighbors.ijm
mesh_closest_points.ijm
morpholibj_classic_watershed.ijm
outline.ijm
rotating_sphere.ijm
thresholding.ijm
voronoi.ijm
workflow.ijm
automaticThreshold.js
automaticThreshold.groovy
automaticThreshold.bsh

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint