| Interface | Description |
|---|---|
| FastHelper<T extends boofcv.struct.image.ImageGray> |
| Class | Description |
|---|---|
| ImplFastHelper_F32 | |
| ImplFastHelper_U8 | |
| ImplFastIntensity10<T extends boofcv.struct.image.ImageGray> |
Contains logic for detecting fast corners.
|
| ImplFastIntensity11<T extends boofcv.struct.image.ImageGray> |
Contains logic for detecting fast corners.
|
| ImplFastIntensity12<T extends boofcv.struct.image.ImageGray> |
Contains logic for detecting fast corners.
|
| ImplFastIntensity9<T extends boofcv.struct.image.ImageGray> |
Contains logic for detecting fast corners.
|
| ImplHarrisCorner_F32 |
Implementation of
HarrisCornerIntensity based off of ImplSsdCorner_F32. |
| ImplHarrisCorner_S16 |
Implementation of
HarrisCornerIntensity based off of ImplSsdCorner_S16. |
| ImplHarrisCornerWeighted_F32 |
Implementation of
HarrisCornerIntensity
that samples pixels using a Gaussian distribution and is based off of ImplSsdCornerWeighted_F32. |
| ImplHarrisCornerWeighted_S16 |
Implementation of
HarrisCornerIntensity
that samples pixels using a Gaussian distribution and is based off of ImplSsdCornerWeighted_F32. |
| ImplHessianBlobIntensity |
Implementations of
HessianBlobIntensity. |
| ImplIntegralImageFeatureIntensity |
Routines for computing the intensity of the fast hessian features in an image.
|
| ImplKitRosCornerIntensity |
Implementations of
KitRosCornerIntensity. |
| ImplMedianCornerIntensity |
Implementations of
MedianCornerIntensity. |
| ImplShiTomasiCorner_F32 |
Implementation of
ShiTomasiCornerIntensity based off of ImplSsdCorner_F32. |
| ImplShiTomasiCorner_S16 |
Implementation of
ShiTomasiCornerIntensity based off of ImplSsdCornerNaive. |
| ImplShiTomasiCornerWeighted_F32 |
Implementation of
ShiTomasiCornerIntensity
that samples pixels using a Gaussian distribution based off of ImplSsdCornerWeighted_F32. |
| ImplShiTomasiCornerWeighted_S16 |
Implementation of
ShiTomasiCornerIntensity
that samples pixels using a Gaussian distribution based off of ImplSsdCornerWeighted_F32. |
| ImplSsdCorner_F32 |
Implementation of
ImplSsdCornerBase for GrayF32. |
| ImplSsdCorner_S16 |
Implementation of
ImplSsdCornerBase for GrayS16. |
| ImplSsdCornerBase<D extends boofcv.struct.image.ImageGray,D2 extends boofcv.struct.image.ImageGray> |
Several corner detector algorithms work by computing a symmetric matrix whose elements are composed of the convolution
of the image's gradient squared.
|
| ImplSsdCornerNaive<T extends boofcv.struct.image.ImageGray> |
Naive implementation of
ShiTomasiCornerIntensity which performs computations in a straight
forward but inefficient manor. |
| ImplSsdCornerWeighted_F32 | |
| ImplSsdCornerWeighted_S16 |