Package | Description |
---|---|
de.unihalle.informatik.MiToBo.fields |
Provides classes for calculating gradient vector flow fields, image gradient
fields, potential fields and other possible fields from different data sources.
|
Modifier and Type | Field and Description |
---|---|
private FieldOperations2D.FieldOperation |
FieldOperations2D.operationType
The operation which should be applied to the input vector field.
|
Modifier and Type | Method and Description |
---|---|
FieldOperations2D.FieldOperation |
FieldOperations2D.getOperationType()
Get the operation type which should be applied to the input vector field.
|
static FieldOperations2D.FieldOperation |
FieldOperations2D.FieldOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldOperations2D.FieldOperation[] |
FieldOperations2D.FieldOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldOperations2D.setOperationType(FieldOperations2D.FieldOperation type) |
Constructor and Description |
---|
FieldOperations2D(MTBVectorField2D inField,
FieldOperations2D.FieldOperation op)
Constructor to create a new field operation operator.
|
FieldOperations2D(MTBVectorField2D inField,
MTBImageDouble inFieldImage,
FieldOperations2D.FieldOperation op)
Constructor to create a new field operation operator.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.