CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

resliceRadial

Computes a radial projection of an image stack.

Starting point for the line is the given point in any X/Y-plane of a given input image stack. Furthermore, radius of the resulting projection must be given and scaling factors in X and Y in case pixels are not isotropic.This operation is similar to ImageJs ‘Radial Reslice’ method but offers less flexibility.

Category: Transformations

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

resliceRadial often follows after

resliceRadial is often followed by

Usage in ImageJ macro

Ext.CLIJ2_resliceRadial(Image source, Image destination, Number numberOfAngles, Number angleStepSize, Number startAngleDegrees, Number centerX, Number centerY, Number scaleFactorX, Number scaleFactorY);

Example notebooks

drosophila_max_cylinder_projection

Example scripts

drosophila_max_cylinder_projection.ijm
interactiveCylinderProjection.py
interactiveSphereProjection.py

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint