#include <itkBloxBoundaryProfileItem.h>
Inheritance diagram for itk::BloxBoundaryProfileItem:
Public Types | |
typedef Point< double, VImageDimension > | PositionType |
typedef CovariantVector< double, VImageDimension > | GradientType |
typedef vnl_vector< double > | VectorType |
typedef BloxBoundaryPointItem< VImageDimension > | BPItemType |
Public Methods | |
void | SetBoundaryPoint (BPItemType *point) |
void | SetLowerIntensity (double lowerIntensity) |
double | GetLowerIntensity (void) |
void | SetUpperIntensity (double upperIntensity) |
double | GetUpperIntensity (void) |
void | SetMean (double mean) |
double | GetMean (void) |
void | SetBoundaryWidth (double boundaryWidth) |
double | GetBoundaryWidth (void) |
void | SetProfileLength (unsigned int profileLength) |
unsigned int | GetProfileLength (void) |
void | SetMeanNormalized (void) |
double | GetMeanNormalized (void) |
void | SetStandardDeviation (double standardDeviation) |
double | GetStandardDeviation (void) |
void | SetStandardDeviationNormalized (void) |
double | GetStandardDeviationNormalized (double) |
PositionType | GetOptimalBoundaryLocation (void) |
void | SetGradient (GradientType grad) |
GradientType | GetGradient () |
BloxBoundaryProfileItem () | |
~BloxBoundaryProfileItem () | |
void | SetOptimalBoundaryLocation (VectorType spatialFunctionOriginVector, VectorType orientation) |
|
The type of boundary point item we store pointers to Definition at line 25 of file itkBloxBoundaryProfileItem.h. |
|
The type of vector used to store the gradient of the BoundaryPointItem * Definition at line 19 of file itkBloxBoundaryProfileItem.h. |
|
The point type used to store the position of the boundary profile Definition at line 16 of file itkBloxBoundaryProfileItem.h. |
|
Vector type Definition at line 22 of file itkBloxBoundaryProfileItem.h. |
|
|
|
|
|
Definition at line 56 of file itkBloxBoundaryProfileItem.h. |
|
Get the gradient of the boundary profile * Definition at line 105 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 35 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 49 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 70 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 98 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 63 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 77 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 84 of file itkBloxBoundaryProfileItem.h. |
|
Definition at line 42 of file itkBloxBoundaryProfileItem.h. |
|
Set the position of the first boundary point in physical space Definition at line 28 of file itkBloxBoundaryProfileItem.h. |
|
Set and get boundary width estimates Definition at line 53 of file itkBloxBoundaryProfileItem.h. |
|
Set the gradient of the boundary profile * Definition at line 102 of file itkBloxBoundaryProfileItem.h. |
|
Set and get lower intensity estimates Definition at line 32 of file itkBloxBoundaryProfileItem.h. |
|
Set and get mean estimates Definition at line 46 of file itkBloxBoundaryProfileItem.h. |
|
Set and get mean normalized by profile length Definition at line 67 of file itkBloxBoundaryProfileItem.h. |
|
Set and get optimal boundary location Definition at line 88 of file itkBloxBoundaryProfileItem.h. |
|
Set and get the length of profile Definition at line 60 of file itkBloxBoundaryProfileItem.h. |
|
Set and get standard deviation Definition at line 74 of file itkBloxBoundaryProfileItem.h. |
|
Set and get standard deviation normalized by profile length Definition at line 81 of file itkBloxBoundaryProfileItem.h. |
|
Set and get upper intensity estimates Definition at line 39 of file itkBloxBoundaryProfileItem.h. |