Skip to content

Commit

Permalink
Add human readable plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Sep 19, 2023
1 parent 129522e commit 6598ac2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
import org.scijava.Initializable;
import org.scijava.command.Command;
import org.scijava.plugin.Parameter;
import org.scijava.plugin.Plugin;

import java.io.File;

@Plugin(type = Command.class, label = "Run segmentation using ellipsoids")
public class SegmentUsingEllipsoidsView implements Command, Initializable
{

Expand Down

0 comments on commit 6598ac2

Please sign in to comment.