Description

Generic filtering operator exposed as McImage.Filter.

Object Model


Remarks

When used as the McImage.Filter property, this operator applies to its parent McImage, but a source McImage or McRegionAccess can be provided through an optional parameter (the destination is always the parent image). It can also be created independently using McEngine.CreateObject in which case the source image must be specified.

Members

Methods
Convolve

Applies a convolution filter to an image.

Custom

Scans each line of an image instance, applying a general-purpose convolution filter that calls a user-defined interface for every line to be filtered.


Properties
KernelRead-write property

Read-write property giving access to the default Filter kernel.

PassesRead-write property

Read-write property giving number of passes for filter application