| Package | Description |
|---|---|
| boofcv.abst.feature.describe | |
| boofcv.alg.feature.describe.impl | |
| boofcv.factory.feature.describe |
| Constructor and Description |
|---|
WrapDescribePixelRegionNCC(DescribePointPixelRegionNCC<T> alg,
Class<T> imageType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplDescribePointPixelRegionNCC_F32
Implementation of
DescribePointPixelRegionNCC. |
class |
ImplDescribePointPixelRegionNCC_U8
Implementation of
DescribePointPixelRegionNCC. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDescribePointAlgs.pixelRegionNCC(int regionWidth,
int regionHeight,
Class<T> imageType) |
Copyright © 2013. All Rights Reserved.