TEroder

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TCustomSampler
   |
TNestedSampler
   |
TKernelSampler
   |
TMorphologicalSampler

Description

TEroder is a nested sampler for performing morphological erosion. This operation is defined as

where f is a sampler and b is a structuring element. Unlike dilation, which expands the image features, erosion will cause the high intensity image features to become thinner. The structuring element is defined by the Kernel property of the class. See topic about Sampling and Rasterization for more info.

Reference

Methods Properties Events
In TEroder:
Create
In TKernelSampler:
Destroy CenterX
GetSample CenterY
Kernel
In TNestedSampler:
Sampler
In TCustomSampler:
FinalizeSampling
GetSampleBounds
HasBounds
PrepareSampling
In TNotifiablePersistent:
BeginUpdate UpdateCount OnChange
Changed
EndUpdate

See Also

Sampling and Rasterization, Examples, TDilater