|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GAUSS_Convolution
Generic interface for a class that calculates the convolution of an image with a Gaussian Filter.
Method Summary | |
---|---|
float |
makeConvolutionDxx(int x,
int y,
int filtersize)
Computes the Gaussian second oder partial derivative in in x-direction and returns the value of the (x,y) point for a filter large as specified. |
float |
makeConvolutionDxy(int x,
int y,
int filtersize)
Computes the Gaussian second oder partial derivative in in xy-direction and returns the value of the (x,y) point for a filter large as specified. |
float |
makeConvolutionDyy(int x,
int y,
int filtersize)
Computes the Gaussian second oder partial derivative in in y-direction and returns the value of the (x,y) point for a filter large as specified. |
Method Detail |
---|
float makeConvolutionDxx(int x, int y, int filtersize)
x
- y
- filtersize
-
float makeConvolutionDxy(int x, int y, int filtersize)
x
- y
- filtersize
-
float makeConvolutionDyy(int x, int y, int filtersize)
x
- y
- filtersize
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |