|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface HAAR_Convolution
Generic interface for a class that calculates the convolution of an image with an Haar Filter.
| Method Summary | |
|---|---|
float |
makeConvolutionDx(int x,
int y,
float _scale)
Computes the response in x-direction and returns the value of the (x,y) point for a filter proportional to the interest point detected scale. |
float |
makeConvolutionDy(int x,
int y,
float _scale)
Computes the response in y-direction and returns the value of the (x,y) point for a filter proportional to the interest point detected scale. |
| Method Detail |
|---|
float makeConvolutionDx(int x,
int y,
float _scale)
x - y - _scale - Detected Interest Point scale.
float makeConvolutionDy(int x,
int y,
float _scale)
x - y - _scale - Detected Interest Point scale.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||