Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.15 KB

quickTour.md

File metadata and controls

19 lines (12 loc) · 1.15 KB

CLIJ - a quick tour

CLIJ is a Fiji plugin for GPU accelerated image processing based on OpenCL.

It is recommended to use it from Fiji script editor using the ImageJ macro language. For the ease of use, auto-completion is enabled for editing CLIJ workflows. Image

Furthermore, CLIJ has its on menu: Plugins > ImageJ on GPU (CLIJ) with sub menus offering all CLIJ functionality. Image

When clicking on the menu, you see a dialog asking for the parameters of the specific CLIJ operation. Furthermore, user documentation and parameter exlanation is given in the same dialog. Image

If ImageJs macro recorder up and running, the parameters entered in the dialog are recorded together with additional call necessary for pushing the image to the GPUs memory and pull the result back: Image

For exploring CLIJ further, it is recommended to read the introduction for macro programmers and have a look at the code examples;

Back to CLIJ documentation