|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--volume.Kernel | +--volume.Kernel1D | +--volume.GaussianDerivative
This class implement a scale space Gaussian n-th order derivative 1d convolution kernel for separated convolutions. (c) 1999-2002 Michael Abramoff. All rights reserved.
Field Summary | |
protected int |
order
|
protected double |
scale
|
Fields inherited from class volume.Kernel1D |
k |
Fields inherited from class volume.Kernel |
halfwidth |
Constructor Summary | |
GaussianDerivative(double scale)
Create a Gaussian first order derivative kernel for scale. |
|
GaussianDerivative(double scale,
int order)
Create a Gaussian n'th order derivative kernel for scale. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class volume.Kernel1D |
kernelToString |
Methods inherited from class volume.Kernel |
support |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected double scale
protected int order
Constructor Detail |
public GaussianDerivative(double scale)
scale,
- the scale space of the kernel (in pixels).public GaussianDerivative(double scale, int order)
scale,
- the scale space of the kernel (in pixels).Method Detail |
public java.lang.String toString()
toString
in class Kernel
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |