TDilater

Graphics32

TDilater

Hierarchy

TPersistent

   |

TNotifiablePersistent

   |

TCustomSampler

   |

TNestedSampler

   |

TKernelSampler

   |

TMorphologicalSampler

Description

TDilater is a nested sampler for performing morphological dilation. This operation is defined as

where f is a sampler and b is a structuring element. By performing morphological dilation, high intensity image features will become expanded. This is the opposite effect to morphological dilation. The structuring element is defined by the Kernel property of the class. See topic about Sampling and Rasterization for more info.

Reference

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

See Also

Sampling and Rasterization, TDilater