ITK
5.2.0
Insight Toolkit
|
#include <itkAnnulusOperator.h>
Public Types | |
using | OffsetType = typename Superclass::OffsetType |
using | Self = AnnulusOperator |
using | SizeType = typename Superclass::SizeType |
using | SpacingType = Vector< double, TDimension > |
using | Superclass = NeighborhoodOperator< TPixel, TDimension, TAllocator > |
Public Types inherited from itk::NeighborhoodOperator< TPixel, TDimension, TAllocator > | |
using | PixelType = TPixel |
using | Self = NeighborhoodOperator |
using | SizeType = typename Superclass::SizeType |
using | SliceIteratorType = SliceIterator< TPixel, Self > |
using | Superclass = Neighborhood< TPixel, VDimension, TAllocator > |
using | PixelRealType = typename NumericTraits< TPixel >::RealType |
Public Types inherited from itk::Neighborhood< TPixel, VDimension, TAllocator > | |
using | AllocatorType = TAllocator |
using | ConstIterator = typename AllocatorType::const_iterator |
using | DimensionValueType = unsigned int |
using | Iterator = typename AllocatorType::iterator |
using | NeighborIndexType = SizeValueType |
using | OffsetType = Offset< VDimension > |
using | PixelType = TPixel |
using | RadiusType = ::itk::Size< VDimension > |
using | Self = Neighborhood |
using | SizeType = ::itk::Size< VDimension > |
using | SizeValueType = typename SizeType::SizeValueType |
using | SliceIteratorType = SliceIterator< TPixel, Self > |
Additional Inherited Members | |
Static Public Attributes inherited from itk::Neighborhood< TPixel, VDimension, TAllocator > | |
static constexpr unsigned int | NeighborhoodDimension = VDimension |
Protected Types inherited from itk::NeighborhoodOperator< TPixel, TDimension, TAllocator > | |
using | CoefficientVector = std::vector< PixelRealType > |
Protected Member Functions inherited from itk::NeighborhoodOperator< TPixel, TDimension, TAllocator > | |
virtual void | Fill (const CoefficientVector &)=0 |
virtual void | FillCenteredDirectional (const CoefficientVector &) |
void | InitializeToZero () |
Protected Member Functions inherited from itk::Neighborhood< TPixel, VDimension, TAllocator > | |
void | SetSize () |
virtual void | Allocate (NeighborIndexType i) |
virtual void | ComputeNeighborhoodStrideTable () |
virtual void | ComputeNeighborhoodOffsetTable () |
A NeighborhoodOperator for performing a matched filtering with an annulus (two concentric circles, spheres, hyperspheres, etc.)
AnnulusOperator defines a non-directional NeighborhoodOperator representing two concentric circles, spheres, hyperspheres, etc. The inner radius and the thickness of the annulus can be specified.
The values for the annulus can be specified in a variety of manners:
1) The values for the interior of the annulus (interior of inner circle), the values for annulus (the region between the inner and outer circle), and the values for the exterior of the annulus can be specified. This mode is useful in correlation based matched filter applications. For instance, defining a hollow (or even filled) circle.
2) The values can defined automatically for normalized correlation. The values in the kernel will be defined to have mean zero and norm 1. The area outside the annulus will have values of zero. In this mode, you can also specify whether you want the center of the annulus to be bright (intensity > 0) or dark (intensity < 0).
1) Set the annulus parameters: InnerRadius and Thickness 2) Set the intensities to use for interior, wall, and exterior kernel positions for correlation based operations or call NormalizeOn() to define kernel values automatically for use in normalized correlation. 3) If NormalizedOn(), indicate whether you want the center of the annulus to be bright or dark. 4) call CreateOperator()
Definition at line 72 of file itkAnnulusOperator.h.
|
protected |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 234 of file itkAnnulusOperator.h.
using itk::AnnulusOperator< TPixel, TDimension, TAllocator >::OffsetType = typename Superclass::OffsetType |
Definition at line 82 of file itkAnnulusOperator.h.
|
protected |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 235 of file itkAnnulusOperator.h.
using itk::AnnulusOperator< TPixel, TDimension, TAllocator >::Self = AnnulusOperator |
Standard type alias
Definition at line 77 of file itkAnnulusOperator.h.
using itk::AnnulusOperator< TPixel, TDimension, TAllocator >::SizeType = typename Superclass::SizeType |
Additional type alias
Definition at line 81 of file itkAnnulusOperator.h.
using itk::AnnulusOperator< TPixel, TDimension, TAllocator >::SpacingType = Vector<double, TDimension> |
Definition at line 83 of file itkAnnulusOperator.h.
using itk::AnnulusOperator< TPixel, TDimension, TAllocator >::Superclass = NeighborhoodOperator<TPixel, TDimension, TAllocator> |
Definition at line 78 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 177 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 172 of file itkAnnulusOperator.h.
void itk::AnnulusOperator< TPixel, TDimension, TAllocator >::CreateOperator | ( | ) |
This function is called to create the operator. The radius of the operator is determine automatically.
|
overrideprotected |
Arranges coefficients spatially in the memory buffer.
|
overrideprotectedvirtual |
Calculates operator coefficients.
Implements itk::NeighborhoodOperator< TPixel, TDimension, TAllocator >.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 203 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 167 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 213 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 100 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 193 of file itkAnnulusOperator.h.
|
virtual |
Reimplemented from itk::NeighborhoodOperator< TPixel, TDimension, TAllocator >.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 143 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 129 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 115 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 153 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 148 of file itkAnnulusOperator.h.
|
inlineoverridevirtual |
Prints some debugging information
Reimplemented from itk::Neighborhood< TPixel, VDimension, TAllocator >.
Definition at line 221 of file itkAnnulusOperator.h.
References itk::Indent::GetNextIndent().
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 198 of file itkAnnulusOperator.h.
|
inline |
If Normalize is on, you define the annulus to have a bright center or a dark center.
Definition at line 162 of file itkAnnulusOperator.h.
|
inline |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 208 of file itkAnnulusOperator.h.
|
inline |
Set/Get the inner radius of the annulus. Radius is specified in physical units (mm).
Definition at line 95 of file itkAnnulusOperator.h.
|
inline |
If Normalize is off, the interior to annulus, the annulus (region between the two circles), and the region exterior to the annulus to be defined manually. Defauls are 0, 1, 0 respectively.
Definition at line 188 of file itkAnnulusOperator.h.
|
inline |
Set/Get whether kernel values are computed automatically or specified manually
Definition at line 138 of file itkAnnulusOperator.h.
|
inline |
Set/Get the pixel spacings. Setting these ensures the annulus is round in physical space. Defaults to 1.
Definition at line 124 of file itkAnnulusOperator.h.
|
inline |
Set/Get the thickness of the annulus. The outer radius of the annulus is defined as r = InnerRadius + Thickness. Thickness is specified in physical units (mm).
Definition at line 110 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 251 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 249 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 252 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 246 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 250 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 248 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 253 of file itkAnnulusOperator.h.
|
private |
Typedef support for coefficient vector type. Necessary to work around compiler bug on VC++.
Definition at line 247 of file itkAnnulusOperator.h.