DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

AdaptiveBanana

Performs Gaussian filtering steered by parameter images

SYNOPSIS

#include "dip_adaptive.h"

dip_Error DIP_TPI_FUNC(dip_AdaptiveBanana)( in, out, para_images, curv_image, filterSize, order, truncation )

DATA TYPES

sfloat

FUNCTION

This function performs Gaussian filtering steerd by the information stored in the parameter images (local orientation) and in the curvature image. The meaning of the parameter images depends on the dimensionality of the input image. Up to now only 2 and 3D images are supported for adaptive filtering. If the input image is not of type float it is converted to that type.

para_images: ImageArray containing orientation images.

2D: angle of the orientation.

3D: polar coordinate phi, theta for intrinsic 1D structures polar coordinates of two orientations for intrinsic 2D structures.

filterSize: Array containing the sigmas of the derivatives.

For intrinsic 1D structures, the first value is along the contour, the second perpendicular to it.

For intrinsic 2D structures, the first two are in the plane, whereas the other is perpendicular to them. If a value is zero no convolution is done is this direction.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImageoutOutput image
dip_ImageArraypara_imagesParameter images
dip_ImagecurvCurvature image
dip_FloatArrayfilterSizeSize of the filter
dip_IntegerArrayorderOrder of the Gaussian derivative
dip_inttruncationTruncation of the Gaussian

SEE ALSO

AdaptivePercentile, AdaptiveGauss, Gauss

LITERATURE

P. Bakker, "Image structure analysis for seismic interpretation", PhD Thesis, TU Delft, The Netherlands, 2001

L. Haglund, Adaptive Mulitdimensional Filtering", PhD Thesis, Link"oping University, Sweden, 1992

W.T. Freeman," Steerable Filters and Local Analysis of Image Structure", PhD Thesis, MIT, USA, 1992