| Package | Description |
|---|---|
| boofcv.abst.feature.detect.intensity | |
| boofcv.alg.feature.detect.intensity.impl | |
| boofcv.factory.feature.detect.intensity |
| Constructor and Description |
|---|
WrapperFastCornerIntensity(FastCornerIntensity<I> alg) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplFastIntensity10<T extends ImageSingleBand>
Contains logic for detecting fast corners.
|
class |
ImplFastIntensity11<T extends ImageSingleBand>
Contains logic for detecting fast corners.
|
class |
ImplFastIntensity12<T extends ImageSingleBand>
Contains logic for detecting fast corners.
|
class |
ImplFastIntensity9<T extends ImageSingleBand>
Contains logic for detecting fast corners.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryIntensityPointAlg.fast(int pixelTol,
int minCont,
Class<T> imageType)
Common interface for creating a
FastCornerIntensity from different image types. |
Copyright © 2013. All Rights Reserved.