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.
Furthermore, CLIJ has its on menu: Plugins > ImageJ on GPU (CLIJ)
with sub menus offering all CLIJ functionality.
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.
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:
For exploring CLIJ further, it is recommended to read the introduction for macro programmers and have a look at the code examples;