Name
derivate_gaussderivate_gaussDerivateGaussDerivateGauss — Convolve an image with derivatives of the Gaussian.
derivate_gaussderivate_gaussDerivateGaussDerivateGaussDerivateGauss convolves an image with the derivatives of a
Gaussian and calculates various features derived therefrom.
SigmaSigmaSigmaSigmasigma is the parameter of the Gaussian (i.e., the amount of
smoothing). If one value is passed in SigmaSigmaSigmaSigmasigma the amount of
smoothing in the column and row direction is identical. If two
values are passed in SigmaSigmaSigmaSigmasigma the first value specifies the
amount of smoothing in the column direction, while the second value
specifies the amount of smoothing in the row direction. The
possible values for ComponentComponentComponentComponentcomponent are:
- 'none'"none""none""none""none":
-
Smoothing only.
- 'x'"x""x""x""x":
First derivative along x.
- 'y'"y""y""y""y":
-
First derivative along y.
- 'gradient'"gradient""gradient""gradient""gradient":
-
Absolute value of the gradient.
- 'gradient_dir'"gradient_dir""gradient_dir""gradient_dir""gradient_dir":
-
Gradient direction in radians.
- 'xx'"xx""xx""xx""xx":
-
Second derivative along x.
- 'yy'"yy""yy""yy""yy":
-
Second derivative along y.
- 'xy'"xy""xy""xy""xy":
-
Second derivative along x and y.
- 'xxx'"xxx""xxx""xxx""xxx":
-
Third derivative along x.
- 'yyy'"yyy""yyy""yyy""yyy":
-
Third derivative along y.
- 'xxy'"xxy""xxy""xxy""xxy":
-
Third derivative along x, x and y.
- 'xyy'"xyy""xyy""xyy""xyy":
-
Third derivative along x, y and y.
- 'det'"det""det""det""det":
-
Determinant of the Hessian matrix:
- 'laplace'"laplace""laplace""laplace""laplace":
-
Laplace operator (trace of the Hessian matrix):
- 'mean_curvature'"mean_curvature""mean_curvature""mean_curvature""mean_curvature":
Mean curvature H
- 'gauss_curvature'"gauss_curvature""gauss_curvature""gauss_curvature""gauss_curvature":
Gaussian curvature K
- 'area'"area""area""area""area":
Differential Area A
- 'eigenvalue1'"eigenvalue1""eigenvalue1""eigenvalue1""eigenvalue1":
First eigenvalue
- 'eigenvalue2'"eigenvalue2""eigenvalue2""eigenvalue2""eigenvalue2":
Second eigenvalue
- 'eigenvec_dir'"eigenvec_dir""eigenvec_dir""eigenvec_dir""eigenvec_dir":
-
Direction of the eigenvector corresponding to the first eigenvalue
in radians
- 'kitchen_rosenfeld'"kitchen_rosenfeld""kitchen_rosenfeld""kitchen_rosenfeld""kitchen_rosenfeld":
Second derivative perpendicular to the gradient
- 'zuniga_haralick'"zuniga_haralick""zuniga_haralick""zuniga_haralick""zuniga_haralick":
Normalized second derivative perpendicular to the gradient
- '2nd_ddg'"2nd_ddg""2nd_ddg""2nd_ddg""2nd_ddg":
Second derivative along the gradient
- 'de_saint_venant'"de_saint_venant""de_saint_venant""de_saint_venant""de_saint_venant":
Second derivative along and perpendicular to the gradient
Note that filter operators may return unexpected results if
an image with a reduced domain is used as input. Please refer to the
chapter Filters.
- Supports OpenCL compute devices.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
- Automatically parallelized on channel level.
- Automatically parallelized on domain level.
ImageImageImageImageimage (input_object) (multichannel-)image(-array) → objectHImageHImageHobject (byte* / direction* / cyclic* / int1* / int2* / uint2* / int4* / real*) *allowed for compute devices
Input images.
Sigma of the Gaussian.
Default value: 1.0
Suggested values: 0.7, 1.0, 1.5, 2.0, 3.0, 4.0, 5.0
Typical range of values: 0.2
≤
Sigma
Sigma
Sigma
Sigma
sigma
≤
50.0
Minimum increment: 0.01
Recommended increment: 0.1
Restriction: 0.01 <= Sigma <= 50.0
Derivative or feature to be calculated.
Default value:
'x'
"x"
"x"
"x"
"x"
List of values: '2nd_ddg'"2nd_ddg""2nd_ddg""2nd_ddg""2nd_ddg", 'area'"area""area""area""area", 'de_saint_venant'"de_saint_venant""de_saint_venant""de_saint_venant""de_saint_venant", 'det'"det""det""det""det", 'eigenvalue1'"eigenvalue1""eigenvalue1""eigenvalue1""eigenvalue1", 'eigenvalue2'"eigenvalue2""eigenvalue2""eigenvalue2""eigenvalue2", 'eigenvec_dir'"eigenvec_dir""eigenvec_dir""eigenvec_dir""eigenvec_dir", 'gauss_curvature'"gauss_curvature""gauss_curvature""gauss_curvature""gauss_curvature", 'gradient'"gradient""gradient""gradient""gradient", 'gradient_dir'"gradient_dir""gradient_dir""gradient_dir""gradient_dir", 'kitchen_rosenfeld'"kitchen_rosenfeld""kitchen_rosenfeld""kitchen_rosenfeld""kitchen_rosenfeld", 'laplace'"laplace""laplace""laplace""laplace", 'main1_curvature'"main1_curvature""main1_curvature""main1_curvature""main1_curvature", 'main2_curvature'"main2_curvature""main2_curvature""main2_curvature""main2_curvature", 'mean_curvature'"mean_curvature""mean_curvature""mean_curvature""mean_curvature", 'none'"none""none""none""none", 'x'"x""x""x""x", 'xx'"xx""xx""xx""xx", 'xxx'"xxx""xxx""xxx""xxx", 'xxy'"xxy""xxy""xxy""xxy", 'xy'"xy""xy""xy""xy", 'xyy'"xyy""xyy""xyy""xyy", 'y'"y""y""y""y", 'yy'"yy""yy""yy""yy", 'yyy'"yyy""yyy""yyy""yyy", 'zuniga_haralick'"zuniga_haralick""zuniga_haralick""zuniga_haralick""zuniga_haralick"
List of values (for compute devices): 'none'"none""none""none""none", 'x'"x""x""x""x", 'y'"y""y""y""y", 'gradient'"gradient""gradient""gradient""gradient", 'gradient_dir'"gradient_dir""gradient_dir""gradient_dir""gradient_dir", 'xx'"xx""xx""xx""xx", 'yy'"yy""yy""yy""yy", 'xy'"xy""xy""xy""xy", 'xxx'"xxx""xxx""xxx""xxx", 'yyy'"yyy""yyy""yyy""yyy", 'xxy'"xxy""xxy""xxy""xxy", 'xyy'"xyy""xyy""xyy""xyy", 'laplace'"laplace""laplace""laplace""laplace"
read_image(&Image,"mreut");
derivate_gauss(Image,&Gauss,3.0,"x");
zero_crossing(Gauss,&ZeroCrossings);
zero_crossingzero_crossingZeroCrossingZeroCrossingZeroCrossing,
dual_thresholddual_thresholdDualThresholdDualThresholdDualThreshold
laplacelaplaceLaplaceLaplaceLaplace,
laplace_of_gausslaplace_of_gaussLaplaceOfGaussLaplaceOfGaussLaplaceOfGauss,
binomial_filterbinomial_filterBinomialFilterBinomialFilterBinomialFilter,
gauss_filtergauss_filterGaussFilterGaussFilterGaussFilter,
smooth_imagesmooth_imageSmoothImageSmoothImageSmoothImage,
isotropic_diffusionisotropic_diffusionIsotropicDiffusionIsotropicDiffusionIsotropicDiffusion
zero_crossingzero_crossingZeroCrossingZeroCrossingZeroCrossing,
dual_thresholddual_thresholdDualThresholdDualThresholdDualThreshold
Foundation