TSelectiveConvolver

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TCustomSampler
   |
TNestedSampler
   |
TKernelSampler
   |
TConvolver

Description

TSelectiveConvolver works similarly to TConvolver, but it will exclude color samples from the convolution depending on a the difference from a local reference sample value. This way we may for instance perform smoothing for regions with small color variance, while still maintaining the high contrast features of the image.

Reference

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

See Also

Examples, TConvolver