TContracter

Graphics32

TContracter

Hierarchy

TPersistent

   |

TNotifiablePersistent

   |

TCustomSampler

   |

TNestedSampler

   |

TKernelSampler

Description

This can be thought of as the inverse to the expand operation. The output for a sample coordinate (s, t) is given by

where f is a sampler and b is a structuring element. 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 TContracter:
GetSample
PrepareSampling
In TKernelSampler:
CenterX Create
CenterY Destroy
Kernel
In TNestedSampler:
Sampler
In TCustomSampler:
FinalizeSampling
GetSampleBounds
HasBounds
In TNotifiablePersistent:
UpdateCount BeginUpdate OnChange
Changed
EndUpdate

See Also

Sampling and Rasterization, TExpander