Skip to content
View mutterer's full-sized avatar
Block or Report

Block or report mutterer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. figurej figurej Public

    ImageJ plugin for building figures

    Java 15 2

  2. figure figure Public

    7

  3. A sample image menu macro that allow... A sample image menu macro that allows manually assigning classes to ROIs
    1
    var tags   = newArray("nucleus-1","nucleus-2","cyto-1", "cyto-2");
    2
    var colors = newArray("red",      "green",    "blue",   "magenta");
    3
    var commands = newArray("Select by tag...");
    4
    var menu = Array.concat(commands, tags);
    5
    var pmCmds = newMenu("Popup Menu", menu);
  4. imagej/imagej.github.io imagej/imagej.github.io Public

    The ImageJ wiki

    JavaScript 23 107