Seg3D
2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
|
Public Types | |
enum | StopConditionType { GradientMagnitudeTolerance = 1, StepTooSmall = 2, ImageNotAvailable = 3, SamplesNotAvailable = 4, MaximumNumberOfIterations = 5 } |
typedef RegularStepGradientDescentOptimizer2 | Self |
typedef SingleValuedNonLinearOptimizer | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (RegularStepGradientDescentOptimizer2, SingleValuedNonLinearOptimizer) | |
itkSetMacro (Maximize, bool) | |
itkGetConstReferenceMacro (Maximize, bool) | |
itkBooleanMacro (Maximize) | |
bool | GetMinimize () const |
void | SetMinimize (bool v) |
void | MinimizeOn () |
void | MinimizeOff () |
void | StartOptimization () |
void | ResumeOptimization () |
void | StopOptimization () |
itkSetMacro (MaximumStepLength, double) | |
itkSetMacro (MinimumStepLength, double) | |
itkGetConstReferenceMacro (MaximumStepLength, double) | |
itkGetConstReferenceMacro (MinimumStepLength, double) | |
itkSetMacro (RelaxationFactor, double) | |
itkGetConstReferenceMacro (RelaxationFactor, double) | |
itkSetMacro (NumberOfIterations, unsigned long) | |
itkGetConstReferenceMacro (NumberOfIterations, unsigned long) | |
itkSetMacro (GradientMagnitudeTolerance, double) | |
itkGetConstReferenceMacro (GradientMagnitudeTolerance, double) | |
itkSetMacro (BackTracking, bool) | |
itkGetConstReferenceMacro (BackTracking, bool) | |
itkSetMacro (PickUpPaceSteps, unsigned int) | |
itkGetConstReferenceMacro (PickUpPaceSteps, unsigned int) | |
itkGetConstReferenceMacro (CurrentStepLength, double) | |
itkGetConstMacro (CurrentIteration, unsigned int) | |
itkGetConstReferenceMacro (StopCondition, StopConditionType) | |
itkGetConstReferenceMacro (Value, MeasureType) | |
itkGetConstReferenceMacro (Gradient, DerivativeType) | |
itkGetConstReferenceMacro (BestParams, ParametersType) | |
itkGetConstReferenceMacro (BestValue, MeasureType) | |
Standard "Self" typedef.
itk::RegularStepGradientDescentOptimizer2::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::RegularStepGradientDescentOptimizer2::itkSetMacro | ( | Maximize | , |
bool | |||
) |
Specify whether to minimize or maximize the cost function.
itk::RegularStepGradientDescentOptimizer2::itkTypeMacro | ( | RegularStepGradientDescentOptimizer2 | , |
SingleValuedNonLinearOptimizer | |||
) |
Run-time type information (and related methods).