Description

Edge detection operator exposed as McImage.Edges.

Remarks

When used as the McImage.Edges 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
HorizontalEdge

Applies Gaussian filter to an image instance to blur details and reduce noise.

Laplacian

Applies Gaussian filter to an image instance to blur details and reduce noise.

Roberts

Brings out edges and contours in an image using a 2x2 filter.

Sobel

Brings out edges and contours in an image using 3x3 convolution filters.

SobelPhase

This filter is the complement of Sobel.

Variance

Applies a variance-based filter, to be used for contour, edge, and texture detection.

VerticalEdge

Applies Gaussian filter to an image instance to blur details and reduce noise.