| _boxFilterDetect() | HessianDetector | [private] |
| _calculateMaxDet(int i, int j) | HessianDetector | [private] |
| _convolutePixel(int *coordX, int *coordY, int *kernelSize) | HessianDetector | [private] |
| _cutPointList(double average, int nrPoints) | HessianDetector | [private] |
| _getHessianDeterminant(int *pixelSumXX, int *pixelSumXY, int *pixelSumYY) | HessianDetector | [private] |
| _getScale(int kernelSize) | HessianDetector | [private] |
| _insertToList(int *x, int *y) | HessianDetector | [private] |
| _slidingWDetect() | HessianDetector | [private] |
| convolutionType | HessianDetector | [private] |
| detect() | HessianDetector | |
| determinants | HessianDetector | [private] |
| dump() | HessianDetector | |
| getMaxima(int x, int y) | HessianDetector | |
| getNrPoints() | HessianDetector | |
| getPoints() | HessianDetector | |
| HessianDetector(APImage *i, int nrPoints=1000, CONVOLUTION_TYPE type=HD_BOX_FILTERS, int nrOctaves=1) | HessianDetector | |
| image | HessianDetector | [private] |
| maximas | HessianDetector | [private] |
| nrOctaves | HessianDetector | [private] |
| nrPoints | HessianDetector | [private] |
| orderedList | HessianDetector | [private] |
| printPoints() | HessianDetector | |
| printPoints(std::ostream &o) | HessianDetector | |