TContracter

Ancestors

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

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

See Also

Sampling and Rasterization, TExpander