Uses of Class
de.unihalle.informatik.MiToBo.fields.FieldOperations2D.FieldOperation

Packages that use FieldOperations2D.FieldOperation
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. 
 

Uses of FieldOperations2D.FieldOperation in de.unihalle.informatik.MiToBo.fields
 

Methods in de.unihalle.informatik.MiToBo.fields that return FieldOperations2D.FieldOperation
 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.
 

Methods in de.unihalle.informatik.MiToBo.fields with parameters of type FieldOperations2D.FieldOperation
 void FieldOperations2D.setOperationType(FieldOperations2D.FieldOperation type)
           
 

Constructors in de.unihalle.informatik.MiToBo.fields with parameters of type FieldOperations2D.FieldOperation
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–2015 Martin Luther University Halle-Wittenberg. All rights reserved.