Catalog of Functionality > Image Processing Toolkit > Filtering
  

Filtering
Spatial Domain Linear Filters
CANNY
Applies the Canny edge-detection method to an image
FILT_SMOOTH
Performs smoothing on 1D, 2D or 3Dimage arrays
GAUSS_KERNEL
Computes a 1D or 2D spatial Gaussian filter kernel
IPCONVOL
Performs 1D, 2D or 3D convolution on signals, images, and volumes
IPCREATE_FILTER
Creates a spatial filter object, given a kernel and other appropriate fields
IPREAD_FILTER
Reads an ASCII text or XDR file depending on whether the file contains a spatial or spectral filter (respectively)
IPWRITE_FILTER
Saves a 2D convolution kernel to an ASCII text file
Frequency Domain Linear Filters
FILT_FREQ
Generates a 2D Butterworth or ideal lowpass, bandpass, bandstop or highpass spatial frequency domain filter
FILT_NOTCH
Generates a 3D ideal notch spatial frequency domain filter
FILT_WIENER
Computes and applies a parametric Wiener filter to an image that is either in the spatial or the spatial frequency domain
Nonlinear and Adaptive Filters
FILT_DWMTM
Performs 1D, 2D or 3D adaptive double-window-modified trimmed mean filter
FILT_MMSE
Performs 1D, 2D or 3D adaptive minimum mean-squared error filtering
FILT_NONLIN
Performs nonlinear filtering operations on 1D, 2D, or 3D image arrays
Windowing
IPWIN
Computes one of several different data windows: Blackman, Chebyshev, Hamming, Hanning, Kaiser, rectangular, or triangular

Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.