| Package | Description |
|---|---|
| boofcv.alg.feature.detect.intensity.impl | |
| boofcv.factory.feature.detect.intensity |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplShiTomasiCorner_F32
Implementation of
ShiTomasiCornerIntensity based off of ImplSsdCorner_F32. |
class |
ImplShiTomasiCorner_S16
Implementation of
ShiTomasiCornerIntensity based off of ImplSsdCornerNaive. |
class |
ImplShiTomasiCornerWeighted_F32
Implementation of
ShiTomasiCornerIntensity
that samples pixels using a Gaussian distribution based off of ImplSsdCornerWeighted_F32. |
class |
ImplShiTomasiCornerWeighted_S16
Implementation of
ShiTomasiCornerIntensity
that samples pixels using a Gaussian distribution based off of ImplSsdCornerWeighted_F32. |
class |
ImplSsdCornerNaive<T extends ImageSingleBand>
Naive implementation of
ShiTomasiCornerIntensity which performs computations in a straight
forward but inefficient manor. |
| Modifier and Type | Method and Description |
|---|---|
static <D extends ImageSingleBand> |
FactoryIntensityPointAlg.shiTomasi(int windowRadius,
boolean weighted,
Class<D> derivType)
Common interface for creating a
ShiTomasiCornerIntensity from
different image types. |
Copyright © 2013. All Rights Reserved.