Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Create an ultrasound B-Mode (Brightness-Mode) image from raw "RF" data. The RF's envelope is calculated from the analytic signal and logarithmic intensity transform is applied. More...
#include <itkBModeImageFilter.h>
Public Types | |
typedef BModeImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef TComplexImage | ComplexImageType |
typedef InputImageType::RegionType | InputRegionType |
typedef InputImageType::SizeType | InputSizeType |
typedef InputImageType::IndexType | InputIndexType |
typedef BModeImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef TComplexImage | ComplexImageType |
typedef InputImageType::RegionType | InputRegionType |
typedef InputImageType::SizeType | InputSizeType |
typedef InputImageType::IndexType | InputIndexType |
Public Member Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
virtual void | SetDirection (unsigned int direction) |
virtual unsigned int | GetDirection () const |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual const char * | GetClassName () const |
virtual void | SetDirection (unsigned int direction) |
virtual unsigned int | GetDirection () const |
Static Public Member Functions | |
static Pointer | New () |
static Pointer | New () |
Protected Member Functions | |
BModeImageFilter () | |
~BModeImageFilter () override | |
void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
void | GenerateData () ITK_OVERRIDE |
void | GenerateInputRequestedRegion () ITK_OVERRIDE |
void | EnlargeOutputRequestedRegion (DataObject *output) ITK_OVERRIDE |
BModeImageFilter () | |
~BModeImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
virtual void | GenerateData () ITK_OVERRIDE |
virtual void | GenerateInputRequestedRegion () ITK_OVERRIDE |
virtual void | EnlargeOutputRequestedRegion (DataObject *output) ITK_OVERRIDE |
Create an ultrasound B-Mode (Brightness-Mode) image from raw "RF" data. The RF's envelope is calculated from the analytic signal and logarithmic intensity transform is applied.
Use SetDirection() to define the axis of propagation.
Definition at line 60 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 130 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 130 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Component filters.
Definition at line 127 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Component filters.
Definition at line 127 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef TComplexImage itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::ComplexImageType |
Typedef of the image used for internal computations that has std::complex pixels.
Definition at line 88 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef TComplexImage itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::ComplexImageType |
Typedef of the image used for internal computations that has std::complex pixels.
Definition at line 88 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 128 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 128 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef SmartPointer< const Self > itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::ConstPointer |
Definition at line 68 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef SmartPointer< const Self > itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::ConstPointer |
Definition at line 68 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef TInputImage itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputImageType |
The type of input image.
Definition at line 71 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef TInputImage itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputImageType |
The type of input image.
Definition at line 71 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::IndexType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputIndexType |
Definition at line 93 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::IndexType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputIndexType |
Definition at line 93 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::PixelType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputPixelType |
Typedef support for the input image scalar value type.
Definition at line 78 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::PixelType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputPixelType |
Typedef support for the input image scalar value type.
Definition at line 78 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::RegionType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputRegionType |
Other convenient typedefs
Definition at line 91 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::RegionType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputRegionType |
Other convenient typedefs
Definition at line 91 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::SizeType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputSizeType |
Definition at line 92 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef InputImageType::SizeType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::InputSizeType |
Definition at line 92 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 131 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 131 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef TOutputImage itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::OutputImageType |
The type of output image.
Definition at line 81 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef TOutputImage itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::OutputImageType |
The type of output image.
Definition at line 81 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef OutputImageType::PixelType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::OutputPixelType |
Typedef support for the output image scalar value type.
Definition at line 84 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef OutputImageType::PixelType itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::OutputPixelType |
Typedef support for the output image scalar value type.
Definition at line 84 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 129 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 129 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef SmartPointer< Self > itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::Pointer |
Definition at line 67 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef SmartPointer< Self > itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::Pointer |
Definition at line 67 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 132 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
Definition at line 132 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef BModeImageFilter itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::Self |
Standard class typedefs.
Definition at line 65 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef BModeImageFilter itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::Self |
Standard class typedefs.
Definition at line 65 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::Superclass |
Definition at line 66 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::Superclass |
Definition at line 66 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 116 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
References itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::EnlargeOutputRequestedRegion(), itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::GenerateData(), itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::GenerateInputRequestedRegion(), and itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::PrintSelf().
|
protected |
|
inlineprotected |
Definition at line 116 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
References itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::EnlargeOutputRequestedRegion(), itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::GenerateData(), itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::GenerateInputRequestedRegion(), and itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::PrintSelf().
|
protected |
|
protectedvirtual |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
virtual |
Run-time type information (and related methods)
|
virtual |
Run-time type information (and related methods)
|
inlinevirtual |
Get the direction in which the envelope is to be calculated.
Definition at line 109 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
References itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::BModeImageFilter().
|
inlinevirtual |
Get the direction in which the envelope is to be calculated.
Definition at line 109 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.
References itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::BModeImageFilter().
itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TInputImage::ImageDimension | |||
) |
Dimension of the input and output images.
itk::BModeImageFilter< TInputImage, TOutputImage, TComplexImage >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
TInputImage::ImageDimension | |||
) |
Dimension of the input and output images.
|
static |
Method for creation through the object factory.
|
static |
Method for creation through the object factory.
|
protectedvirtual |
|
protected |
|
inlinevirtual |
Set the direction in which the envelope is to be calculated.
Definition at line 102 of file PhotoacousticsAlgorithms/ITKFilter/ITKUltrasound/itkBModeImageFilter.h.
|
inlinevirtual |
Set the direction in which the envelope is to be calculated.
Definition at line 102 of file US/USHardwareDiPhAS/ITKUltrasound/itkBModeImageFilter.h.