Package | Description |
---|---|
script.imglib.algorithm | |
script.imglib.algorithm.fn |
Constructor and Description |
---|
Close(Object fn,
Morph.Shape s,
Number shapeLength,
Number lengthDim,
Number outside) |
Dilate(Object fn,
Morph.Shape s,
Number shapeLength,
Number lengthDim,
Number outside) |
Erode(Object fn,
Morph.Shape s,
Number shapeLength,
Number lengthDim,
Number outside) |
Open(Object fn,
Morph.Shape s,
Number shapeLength,
Number lengthDim,
Number outside) |
Modifier and Type | Field and Description |
---|---|
static Morph.Shape |
Morph.BALL |
static Morph.Shape |
Morph.BAR |
static Morph.Shape |
Morph.CUBE |
Modifier and Type | Method and Description |
---|---|
static Morph.Shape |
Morph.Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Morph.Shape[] |
Morph.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Morph(Object fn,
Class<?> c,
Morph.Shape s,
int shapeLength,
int lengthDim,
float outside) |
Copyright © 2015–2021 Fiji. All rights reserved.