ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryContourImageFilter.h>
Labels the pixels on the border of the objects in a binary image.
BinaryContourImageFilter takes a binary image as input, where the pixels in the objects are the pixels with a value equal to ForegroundValue. Only the pixels on the contours of the objects are kept. The pixels not on the border are changed to BackgroundValue.
The connectivity can be changed to minimum or maximum connectivity with SetFullyConnected(). Full connectivity produces thicker contours.
http://hdl.handle.net/1926/1352
Definition at line 54 of file itkBinaryContourImageFilter.h.
Classes | |
struct | runLength |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = OutputImageType::ImageDimension |
static const unsigned int | InputImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Types | |
typedef LineEncodingType::const_iterator | LineEncodingConstIterator |
typedef LineEncodingType::iterator | LineEncodingIterator |
typedef std::vector< runLength > | LineEncodingType |
typedef std::vector < LineEncodingType > | LineMapType |
typedef std::vector < OffsetValueType > | OffsetVec |
Private Member Functions | |
BinaryContourImageFilter (const Self &) | |
bool | CheckNeighbors (const OutputIndexType &A, const OutputIndexType &B) |
void | CompareLines (LineEncodingType ¤t, const LineEncodingType &Neighbour) |
void | operator= (const Self &) |
void | SetupLineOffsets (OffsetVec &LineOffsets) |
void | Wait () |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::BinaryContourImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 64 of file itkBinaryContourImageFilter.h.
typedef InputImageType::IndexType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 82 of file itkBinaryContourImageFilter.h.
typedef InputImageType::ConstPointer itk::BinaryContourImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 81 of file itkBinaryContourImageFilter.h.
typedef InputImageType::PixelType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 85 of file itkBinaryContourImageFilter.h.
typedef InputImageType::Pointer itk::BinaryContourImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 80 of file itkBinaryContourImageFilter.h.
typedef TInputImage itk::BinaryContourImageFilter< TInputImage, TOutputImage >::InputImageType |
Image typedef support
Definition at line 74 of file itkBinaryContourImageFilter.h.
typedef InputImageType::InternalPixelType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::InputInternalPixelType |
Definition at line 86 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 184 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 183 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 182 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 187 of file itkBinaryContourImageFilter.h.
typedef InputImageType::OffsetType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OffsetType |
Definition at line 84 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 189 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 94 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::Pointer itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 89 of file itkBinaryContourImageFilter.h.
typedef TOutputImage itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 88 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::IndexType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputIndexType |
Definition at line 91 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::InternalPixelType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType |
Definition at line 95 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::OffsetType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputOffsetType |
Definition at line 93 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::SizeType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::OutputSizeType |
Definition at line 92 of file itkBinaryContourImageFilter.h.
typedef SmartPointer< Self > itk::BinaryContourImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 63 of file itkBinaryContourImageFilter.h.
typedef OutputImageType::RegionType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::RegionType |
Definition at line 90 of file itkBinaryContourImageFilter.h.
typedef BinaryContourImageFilter itk::BinaryContourImageFilter< TInputImage, TOutputImage >::Self |
Standard "Self" & Superclass typedef.
Definition at line 61 of file itkBinaryContourImageFilter.h.
typedef InputImageType::SizeType itk::BinaryContourImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 83 of file itkBinaryContourImageFilter.h.
typedef InPlaceImageFilter< TInputImage, TOutputImage > itk::BinaryContourImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 62 of file itkBinaryContourImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 140 of file itkBinaryContourImageFilter.h.
|
private |
|
protectedvirtual |
If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protectedvirtual |
Standard pipeline methods.
Reimplemented from itk::ImageSource< TOutputImage >.
|
private |
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
protectedvirtual |
BinaryContourImageFilter will produce all of the output. Therefore it must provide an implementation of EnlargeOutputRequestedRegion().
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
protectedvirtual |
BinaryContourImageFilter needs the entire input. Therefore it must provide an implementation GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the background value used to mark the pixels not on the border of the objects.
|
virtual |
Set/Get the foreground value used to identify the objects in the input and output images.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the background value used to mark the pixels not on the border of the objects.
|
virtual |
Set/Get the foreground value used to identify the objects in the input and output images.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
private |
|
protectedvirtual |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).
Reimplemented from itk::ImageSource< TOutputImage >.
itk::BinaryContourImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | ) |
This class requires SameDimension in the form of ( Concept::SameDimension< itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(OutputImageDimension) > )
|
private |
|
static |
Definition at line 98 of file itkBinaryContourImageFilter.h.
|
static |
Definition at line 102 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 204 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 208 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 201 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 203 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 207 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 209 of file itkBinaryContourImageFilter.h.
|
private |
Definition at line 205 of file itkBinaryContourImageFilter.h.