Synopsis
HxImageRep HxUniform (HxImageRep img, HxSizes sizes)
Input
HxImageRep img
HxSizes sizes
Return value
HxImageRep
Description
The function HxUniform convolves the input image with a uniform filter with sizes as given by the input parameter `sizes'. If the input image is a 2D image, `sizes' should have 2 components. In case of a 3D image, `sizes' should have 3 components. For vector images, each channel is convolved separately. Note that the sizes of the filter may not exceed the corresponding sizes of the image. The output image has double (vector) values.
Remarks
See also
HxGauss, anchor_HxPercentile,
Keywords
Filter, Convolution,