Skip to content

DetectCirclesJ does not seem to do anything #4

@ctrueden

Description

@ctrueden

The following macro creates a small black image with a white circle, then runs DetectCirclesJ on it:

newImage("Untitled", "RGB black", 64, 64, 1);
makeOval(16, 18, 35, 35);
setForegroundColor(255, 255, 255);
run("Fill", "slice");
run("Select None");
run("DetectCirclesJ ");

The ROI Manager appears, but no ROIs are within it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions