Click or drag to resize

MediaCy.IQL.Filters Namespace

Contains most 2D Image Filtering classes.
Interfaces
  InterfaceDescription
Public interfaceIMcEdges
An interface implemented by McEdges.
Public interfaceIMcEnhance
An interface implemented by McEnhance.
Public interfaceIMcFFT
Fast Fourier Transform and related utilities.
Public interfaceIMcFilter
An interface implemented by McFilter.
Public interfaceIMcFilterLine
An interface implemented by McFilterLine.
Public interfaceIMcFilterLineSink
The interface implemented by a Custom filter to respond to filtering events.
Public interfaceIMcFilterLineSink_Event
An interface implemented by McFilterLine.
Public interfaceCode exampleIMcKernel
Public interfaceIMcMorpho
An interface implemented by McMorpho.
Public interfaceIMcNewOperator
{internal} CRW 2014-01-10 McNewOperator is depreciated: do not use
Public interfaceMcEdges
Edge detection operator exposed as McImage.Edges.
Public interfaceMcEnhance
Image enhancement operator exposed as McImage.Enhance.
Public interfaceMcFFT
FFT operator exposed as McImage.FFT.
Public interfaceMcFilter
Generic filtering operator exposed as McImage.Filter.
Public interfaceMcFilterLine
The interface used by the general McFilter.Custom filter to filter a line.
Public interfaceCode exampleMcKernel
A Kernel or Structuring Element used in convolutions and morphological operations.
Public interfaceMcMorpho
Mathematical Morphology operator exposed as IMcImage.Morpho.
Public interfaceMcNewOperator
{internal} CRW 2014-01-10 McNewOperator is depreciated: do not use
Delegates
Enumerations
  EnumerationDescription
Public enumerationmcBranchMode
Hit or Miss detection type used in IMcMorpho.BranchEnd.
Public enumerationmcFFTFilterShape
FFT frequency filter shape.
Public enumerationmcfftFilterType
FFT filter types used with ApplyFFTFilter
Public enumerationmcFFTForwardOutput
FFT.Forward and FFT.Forward1D output type. FFT.Inverse
Public enumerationmcFFTPadding
Image size padding to a power of 2
Public enumerationmcFilterCustomMode
Used by IMcFilter.Custom.
Public enumerationmcKernelType
Value describing some specialized kernels used in IMcKernel.Type.
Public enumerationmcLocalEqType
Legal values for the McEnhance.LocalEqualization EqualizationType argument.
Public enumerationmcMorphoShape
Structuring Element type used by most IMcMorpho operators.
Public enumerationmcNeighborMode
Type of connectivity used in IMcMorpho.Watershed.
Public enumerationmcThinMode
Thinning type for IMcMorpho.Thin.