|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsurf.My_GAUSS_Convolution
public class My_GAUSS_Convolution
A standard implementation of the GAUSS_Convolution interface.
| Constructor Summary | |
|---|---|
My_GAUSS_Convolution(Integral_Image integralImage)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public My_GAUSS_Convolution(Integral_Image integralImage)
| Method Detail |
|---|
public float makeConvolutionDxx(int x,
int y,
int filtersize)
GAUSS_Convolution
makeConvolutionDxx in interface GAUSS_Convolution
public float makeConvolutionDxy(int x,
int y,
int filtersize)
GAUSS_Convolution
makeConvolutionDxy in interface GAUSS_Convolution
public float makeConvolutionDyy(int x,
int y,
int filtersize)
GAUSS_Convolution
makeConvolutionDyy in interface GAUSS_Convolution
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||