| Interface | Description |
|---|---|
| GeneralFeatureIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Extracts corners from a the image and or its gradient.
|
| Class | Description |
|---|---|
| BaseGeneralFeatureIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Provides some basic functionality for implementing
GeneralFeatureIntensity. |
| WrapperFastCornerIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around children of
FastCornerIntensity. |
| WrapperGradientCornerIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around children of
GradientCornerIntensity. |
| WrapperHessianBlobIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around
HessianBlobIntensity for GeneralFeatureIntensity. |
| WrapperKitRosCornerIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around children of
GradientCornerIntensity. |
| WrapperLaplacianBlobIntensity<I extends boofcv.struct.image.ImageGray> | |
| WrapperMedianCornerIntensity<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around children of
MedianCornerIntensity. |