NOTE: Practice notebook adapted from the following:

  1. https://github.com/hanslovsky/imklib-tutorial
  2. https://github.com/saalfeldlab/imklib2/tree/master/notebooks/examples

Add scijava, local maven repositories, and maven dependencies

Imports

Access image voxels directly!

Warning: This is a convenience method and should be used only for sparse voxel access.

Arithmetic operations between images and scalars:

Slicing: Rows

Slicing: Columns

sub-sampling

Element-wise arithmetic operations between images:

BeakerX comes bundled with an interactice plotting library!

Display an image

Rotate image

Basic Usage of imklib2

from https://github.com/saalfeldlab/imklib2/blob/master/notebooks/examples/00_basic-usage.ipynb