Home
|
GR32_Resamplers
|
|
procedure Expand(Src, Dst: TCustomBitmap32; Kernel: TIntegerMap; CenterX, CenterY: Integer);
Expand performs rasterization using the TExpander sampler. The Kernel parameter specifies a weight matrix which is centered at the coordinated (X + CenterX, Y + CenterY) for each pixel coordinate (X, Y).
Output pixels are computed from the formula
where f corresponds to the source bitmap and b corresponds to the kernel (formally described as a structuring element).
TCustomBitmap32, TExpander, TIntegerMap
Copyright ©2000-2012 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.1 - Build on 28-August-2012