public class Segmentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Segmentation.BlowCommander |
static class |
Segmentation.BlowRunner |
static class |
Segmentation.FastMarchingParam |
Modifier and Type | Field and Description |
---|---|
static Segmentation.FastMarchingParam |
fmp |
Constructor and Description |
---|
Segmentation() |
Modifier and Type | Method and Description |
---|---|
static Segmentation.BlowCommander |
blowRoi(AreaWrapper aw,
Layer layer,
Rectangle srcRect,
int x_p_w,
int y_p_w,
List<Runnable> post_tasks) |
static Segmentation.BlowCommander |
blowRoi(AreaWrapper aw,
Layer layer,
Rectangle srcRect,
int x_p_w,
int y_p_w,
Runnable post_task) |
static Bureaucrat |
fastMarching(AreaWrapper aw,
Layer layer,
Rectangle srcRect,
int x_p_w,
int y_p_w,
List<Runnable> post_tasks) |
static Bureaucrat |
fastMarching(AreaWrapper aw,
Layer layer,
Rectangle srcRect,
int x_p_w,
int y_p_w,
Runnable post_task) |
static Bureaucrat |
magicWand(AreaWrapper aw,
Layer layer,
Rectangle srcRect,
int x_p_w,
int y_p_w,
List<Runnable> post_tasks,
boolean inverse,
boolean subtract) |
static Bureaucrat |
magicWand(AreaWrapper aw,
Layer layer,
Rectangle srcRect,
int x_p_w,
int y_p_w,
Runnable post_task,
boolean inverse,
boolean subtract) |
public static final Segmentation.FastMarchingParam fmp
public static Bureaucrat fastMarching(AreaWrapper aw, Layer layer, Rectangle srcRect, int x_p_w, int y_p_w, Runnable post_task)
public static Bureaucrat fastMarching(AreaWrapper aw, Layer layer, Rectangle srcRect, int x_p_w, int y_p_w, List<Runnable> post_tasks)
public static Segmentation.BlowCommander blowRoi(AreaWrapper aw, Layer layer, Rectangle srcRect, int x_p_w, int y_p_w, Runnable post_task) throws Exception
Exception
public static Segmentation.BlowCommander blowRoi(AreaWrapper aw, Layer layer, Rectangle srcRect, int x_p_w, int y_p_w, List<Runnable> post_tasks) throws Exception
Exception
public static Bureaucrat magicWand(AreaWrapper aw, Layer layer, Rectangle srcRect, int x_p_w, int y_p_w, Runnable post_task, boolean inverse, boolean subtract)
public static Bureaucrat magicWand(AreaWrapper aw, Layer layer, Rectangle srcRect, int x_p_w, int y_p_w, List<Runnable> post_tasks, boolean inverse, boolean subtract)
Copyright © 2015–2021 Fiji. All rights reserved.